diff options
author | pacien | 2018-02-16 19:05:49 +0100 |
---|---|---|
committer | pacien | 2018-02-16 19:05:49 +0100 |
commit | de9449250d490a845bb64a630a83154aba3f4f71 (patch) | |
tree | 2732608af3860327b519a16ce20d7980518b3e66 /app | |
parent | 3d52c26bc211c6544a6941aafe4cc0945c846f80 (diff) | |
download | tincapp-de9449250d490a845bb64a630a83154aba3f4f71.tar.gz |
Bump version numberv0.9
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 272d4c9..4aad131 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -11,8 +11,8 @@ android { | |||
11 | minSdkVersion 21 | 11 | minSdkVersion 21 |
12 | targetSdkVersion 21 | 12 | targetSdkVersion 21 |
13 | multiDexEnabled true | 13 | multiDexEnabled true |
14 | versionCode 8 | 14 | versionCode 9 |
15 | versionName '0.8' | 15 | versionName '0.9' |
16 | ndk { | 16 | ndk { |
17 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' | 17 | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' |
18 | } | 18 | } |