1
0
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:
Loic Blot
2018-02-12 22:57:43 +01:00
parent 95d2bfe8f9
commit f2348d0a46
5 changed files with 16 additions and 9 deletions
+2 -7
View File
@@ -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 {