diff options
author | pacien | 2018-02-24 01:59:20 +0100 |
---|---|---|
committer | pacien | 2018-02-24 01:59:20 +0100 |
commit | 97407c40660893650a6d37c5d760167e2e4d24c7 (patch) | |
tree | a0170859f001a07e79a79cb0bdc379f5018f4c93 /app | |
parent | 10fae9e4f5b4bc00580f7972ad0a3e07bb680bfb (diff) | |
download | tincapp-97407c40660893650a6d37c5d760167e2e4d24c7.tar.gz |
Bump version numberv0.10
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 4aad131..da11c0e 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 9 | 14 | versionCode 10 |
15 | versionName '0.9' | 15 | versionName '0.10' |
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 | } |