diff options
Diffstat (limited to 'app/build.gradle')
-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 { |