diff options
author | Pacien TRAN-GIRARD | 2017-07-03 23:31:03 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-03 23:31:03 +0200 |
commit | f791c73e356e6d8ed79b9b14702b84587c3c4bd3 (patch) | |
tree | 67e0e3d88c58012c9a38abd60773649271f85cd3 | |
parent | d3dba22e53151314e4c162e3096fa9d90766ece5 (diff) | |
download | tincapp-f791c73e356e6d8ed79b9b14702b84587c3c4bd3.tar.gz |
Bump version number for releasev0.2
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index d662e2f..c25ab83 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -10,8 +10,8 @@ android { | |||
10 | applicationId "org.pacien.tincapp" | 10 | applicationId "org.pacien.tincapp" |
11 | minSdkVersion 21 | 11 | minSdkVersion 21 |
12 | targetSdkVersion 21 | 12 | targetSdkVersion 21 |
13 | versionCode 1 | 13 | versionCode 2 |
14 | versionName "0.1-preview" | 14 | versionName "0.2" |
15 | ndk { | 15 | ndk { |
16 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' | 16 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' |
17 | } | 17 | } |
@@ -29,6 +29,10 @@ android { | |||
29 | path "CMakeLists.txt" | 29 | path "CMakeLists.txt" |
30 | } | 30 | } |
31 | } | 31 | } |
32 | |||
33 | lintOptions { | ||
34 | disable 'MissingTranslation' | ||
35 | } | ||
32 | } | 36 | } |
33 | 37 | ||
34 | dependencies { | 38 | dependencies { |