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

This commit is contained in:
Josia Pietsch 2025-03-02 23:04:59 +01:00
parent f18811bfa2
commit 8948b34243
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 7 additions and 2 deletions

View file

@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 38
versionName "0.0.22"
versionCode 39
versionName "0.0.23"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,5 @@
* Basic support for pinned shortcuts
* New action: Play / pause media playback
* New gestures: Tap and swipe up / down / left / right
* Improved Chinese translation (Thank you, Symphonic9861!)