diff options
author | pacien | 2018-09-26 01:02:00 +0200 |
---|---|---|
committer | pacien | 2018-09-26 01:02:00 +0200 |
commit | ec3bc745918b588072b5104e571a929e17df5732 (patch) | |
tree | 810be839133e7da3899bf26ab1146943f7596538 | |
parent | b93bf5513a1c43ac11acef409c81dc7238324d69 (diff) | |
download | tincapp-ec3bc745918b588072b5104e571a929e17df5732.tar.gz |
New releasev0.21
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 4 |
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 | 1 | • automatically 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 |