diff options
author | pacien | 2023-07-30 04:21:37 +0200 |
---|---|---|
committer | pacien | 2023-07-30 04:21:37 +0200 |
commit | b5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1 (patch) | |
tree | d587d998caa0b8be91966752a6e8abd205e4f756 | |
parent | 11642deb41284492fe5d6675f81d748aa4e446fe (diff) | |
download | tincapp-b5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1.tar.gz |
release: v0.38v0.38
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | changelog.md | 2 |
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 @@ | |||
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.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 |