diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2d31df9..23f5e2f 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -10,8 +10,9 @@ 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 2 | 13 | multiDexEnabled true |
14 | versionName "0.2" | 14 | versionCode 3 |
15 | versionName "0.3" | ||
15 | ndk { | 16 | ndk { |
16 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' | 17 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' |
17 | } | 18 | } |