From 4c6a2a879a5847b369d5b889452bf96c3d610463 Mon Sep 17 00:00:00 2001 From: euxane Date: Sat, 31 Aug 2024 18:44:30 +0200 Subject: release: v0.40 --- app/build.gradle | 4 ++-- changelog.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e964bd1..295f80c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { minSdkVersion 21 targetSdkVersion 34 multiDexEnabled true - versionCode 39 - versionName '0.39' + versionCode 40 + versionName '0.40' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 93f5a0c..d2cae7f 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ 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.40 -- 2024-08-31 +- update Android SDK target API to 34 (Android 14) +- add monochrome app icon + ## v0.39 -- 2024-01-20 - fix permissions for newly created or joined network host and key files -- cgit v1.2.3