Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2018-02-13 00:57:43 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2018-02-13 00:57:43 +0300
commitf2348d0a46deddd7db37d417e36496bdf8299916 (patch)
tree9ea35a1d48403553c826db708596701ae15dcfb2 /build.gradle
parent95d2bfe8f9dd69fdd4cebe0be14cb9b5cf75160c (diff)
Version 2.0.2: fetch last http error issue properly from low level go client2.0.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 2 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 284f1aa..3787707 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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 {