aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/en-US/whatsnew4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f1fb85d..950e1b2 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 20 39 versionCode 21
40 versionName '0.20' 40 versionName '0.21'
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 7caf820..2644f3f 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1,2 +1,2 @@
1 • update translations 1automatically reconnect to nodes on network change
2 • minor UI improvements \ No newline at end of file 2 • minor bug fixes \ No newline at end of file