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:
parent
d15c6b3545
commit
e25a933d42
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue