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

github.com/nerzhul/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 {