aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5d49965..df23010 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 33 38 targetSdkVersion 33
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 37 40 versionCode 38
41 versionName '0.37' 41 versionName '0.38'
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 42e0185..dfc455b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,7 +3,7 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.38 -- (upcoming release) 6## v0.38 -- 2023-07-30
7- make configuration files and logs accessible in the user-accessible storage 7- make configuration files and logs accessible in the user-accessible storage
8 (in USB storage mode). The embedded FTP server has been removed 8 (in USB storage mode). The embedded FTP server has been removed
9- display errors on the home screen instead of through the system notifications 9- display errors on the home screen instead of through the system notifications