0.2.2
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
Josia Pietsch 2025-05-17 13:00:16 +02:00
parent 118efd0b62
commit dd3a2e91bd
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 12 additions and 2 deletions

View file

@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 46
versionName "0.2.1"
versionCode 47
versionName "0.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,10 @@
* Fixed a bug related to widget causing crashes on Android 12 and earlier making the app unusable
* Fixed some additional bugs related to widgets
* Improved Lithuanian translation (thank you, wassupluke!)
* Improved Arabic translation (thank you, anonymous contributor!)
* Improved Chinese translation (thank you, class0068!)
* Improved Dutch translation (thank you, renar!)
* Improved German translation (thank you, renar!)
* Improved Italian translation (thank you, renar!)
* Improved Portuguese translation (thank you, anonymous contributor!)