diff options
author | pacien | 2018-09-27 17:33:06 +0200 |
---|---|---|
committer | pacien | 2018-09-27 17:33:06 +0200 |
commit | a451657b1dc7afd1babd49946c46b9f86095f47e (patch) | |
tree | db5e67ee0dd3bbdba6a874d0b990853da1b51090 /app | |
parent | 31c49c198e2ddc56565b04675fc167df237de0d3 (diff) | |
download | tincapp-a451657b1dc7afd1babd49946c46b9f86095f47e.tar.gz |
New releasev0.22
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 950e1b2..cdd5892 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 21 | 39 | versionCode 22 |
40 | versionName '0.21' | 40 | versionName '0.22' |
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 2644f3f..31f6230 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew | |||
@@ -1,2 +1 @@ | |||
1 | • automatically reconnect to nodes on network change | ||
2 | • minor bug fixes \ No newline at end of file | • minor bug fixes \ No newline at end of file | |