diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 |
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 | ||