diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | changelog.md | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4931020..a2fe5aa 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -37,8 +37,8 @@ android { | |||
37 | minSdkVersion 21 | 37 | minSdkVersion 21 |
38 | targetSdkVersion 32 | 38 | targetSdkVersion 32 |
39 | multiDexEnabled true | 39 | multiDexEnabled true |
40 | versionCode 34 | 40 | versionCode 35 |
41 | versionName '0.34' | 41 | versionName '0.35' |
42 | ndk { | 42 | ndk { |
43 | abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' | 43 | abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' |
44 | } | 44 | } |
diff --git a/changelog.md b/changelog.md index 12233c8..c055fbc 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,9 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | ## v0.35 -- 2023-01-06 | ||
7 | - fix app crash when connecting or enabling FTP server (android 31+) | ||
8 | |||
6 | ## v0.34 - 2023-01-02 | 9 | ## v0.34 - 2023-01-02 |
7 | - add prominent warning at the top of the network list (Google Play requirement) | 10 | - add prominent warning at the top of the network list (Google Play requirement) |
8 | - update LibreSSL to 3.6.1 | 11 | - update LibreSSL to 3.6.1 |