From b5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 30 Jul 2023 04:21:37 +0200 Subject: release: v0.38 --- app/build.gradle | 4 ++-- 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 { minSdkVersion 21 targetSdkVersion 33 multiDexEnabled true - versionCode 37 - versionName '0.37' + versionCode 38 + versionName '0.38' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 42e0185..dfc455b 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. -## v0.38 -- (upcoming release) +## v0.38 -- 2023-07-30 - make configuration files and logs accessible in the user-accessible storage (in USB storage mode). The embedded FTP server has been removed - display errors on the home screen instead of through the system notifications -- cgit v1.2.3