0.2.1
Some checks are pending
Android CI / build (push) Waiting to run

This commit is contained in:
Josia Pietsch 2025-05-12 16:36:17 +02:00
parent 33ccea8cbc
commit 7a874ef89f
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -0,0 +1,2 @@
* Fixed several bugs related to widgets
* Copy device info when clicking the version number (thank you, wassupluke!)