mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-25 15:09:38 +00:00
Version 2.0.2: fetch last http error issue properly from low level go client
This commit is contained in:
+2
-7
@@ -21,8 +21,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "fr.unix_experience.owncloud_sms"
|
||||
versionCode 65
|
||||
versionName "2.0.1"
|
||||
versionCode 66
|
||||
versionName "2.0.2"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
maxSdkVersion 27
|
||||
@@ -32,11 +32,6 @@ android {
|
||||
abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a',
|
||||
'arm64-v8a', 'mips', 'mips64'
|
||||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags "-frtti -fexceptions -std=c++11"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user