aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-07-30 04:21:37 +0200
committerpacien2023-07-30 04:21:37 +0200
commitb5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1 (patch)
treed587d998caa0b8be91966752a6e8abd205e4f756
parent11642deb41284492fe5d6675f81d748aa4e446fe (diff)
downloadtincapp-b5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1.tar.gz
release: v0.38v0.38
-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