chore(release): update to v0.9.1 for Android 14 compatibility

Ensured Android 14 compatibility and fixed build-related issues.
Updated version name format to match semantic versioning guidelines.
This commit is contained in:
Kumi 2024-09-17 09:50:56 +02:00
parent d15c6b3545
commit e25a933d42
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
#### v0.9.1
* Chores: Ensuring Android 14 compatibility, build fixes
#### v0.9.0.1
* Bugfix: Fix crash when using the tags drawer (Issue #856)

View file

@ -7,7 +7,7 @@ android {
targetSdkVersion 33
compileSdkVersion 33
versionCode 24091700
versionName "0.9.1.0"
versionName "0.9.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}