aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-09-09 15:07:32 +0200
committerpacien2018-09-09 15:07:32 +0200
commitba261ffb0bdd98affae2cb250ac99c01cc03a248 (patch)
treebda1ad140c4cc83e6d989e7aeff4e67a61659da7
parent22d42234b8d5570447acf874b73fb183765b27a3 (diff)
downloadtincapp-ba261ffb0bdd98affae2cb250ac99c01cc03a248.tar.gz
New releasev0.20
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/en-US/whatsnew3
2 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 36b78dd..f1fb85d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,8 +36,8 @@ android {
36 //noinspection OldTargetApi 36 //noinspection OldTargetApi
37 targetSdkVersion 27 37 targetSdkVersion 27
38 multiDexEnabled true 38 multiDexEnabled true
39 versionCode 19 39 versionCode 20
40 versionName '0.19' 40 versionName '0.20'
41 ndk { 41 ndk {
42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 42 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
43 } 43 }
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index dd30339..7caf820 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1 +1,2 @@
1 • network status screen improvements, now displaying discovered subnets \ No newline at end of file 1 • update translations
2 • minor UI improvements \ No newline at end of file