1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-24 22:55:37 +00:00

Don't let Java choose when cleaning SmsBuffer, do it ourself

This commit is contained in:
Loic Blot
2017-08-23 22:59:43 +02:00
committed by Loïc Blot
parent 5e6a1fc28e
commit 11bbed02b8
5 changed files with 21 additions and 6 deletions
+3 -3
View File
@@ -20,8 +20,8 @@ android {
defaultConfig {
applicationId "fr.unix_experience.owncloud_sms"
versionCode 51
versionName "1.1.1"
versionCode 54
versionName "1.2.0"
minSdkVersion 16
targetSdkVersion 26
maxSdkVersion 26
@@ -29,7 +29,7 @@ android {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.
abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a',
'arm64-v8a'
'arm64-v8a', 'mips', 'mips64'
}
externalNativeBuild {
cmake {