From 8a470f31c97ee754f835f09a20c9b281a645e1e3 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 6 Jan 2023 20:02:04 +0100 Subject: version v0.35 --- app/build.gradle | 4 ++-- 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 { minSdkVersion 21 targetSdkVersion 32 multiDexEnabled true - versionCode 34 - versionName '0.34' + versionCode 35 + versionName '0.35' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 12233c8..c055fbc 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ 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.35 -- 2023-01-06 +- fix app crash when connecting or enabling FTP server (android 31+) + ## v0.34 - 2023-01-02 - add prominent warning at the top of the network list (Google Play requirement) - update LibreSSL to 3.6.1 -- cgit v1.2.3