Release 4.3.2

This commit is contained in:
oiu 2023-04-14 14:03:44 +02:00
parent c7edfbcae6
commit ccd7f5881d
No known key found for this signature in database
GPG Key ID: 86612695427E8B05
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
Bug fixes
- Fix a crash when downloading the album art

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 114
versionName "4.3.1"
versionCode 115
versionName "4.3.2"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk