feature: edge gestures

This commit is contained in:
Josia Pietsch 2024-07-19 02:14:25 +02:00
parent 624f07ae21
commit 8515062238
Signed by: jrpie
GPG key ID: E70B571D66986A2D
12 changed files with 162 additions and 39 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "de.jrpie.android.launcher"
minSdkVersion 21
targetSdkVersion 35
versionCode 14
versionName "j-alpha-0.2"
versionCode 15
versionName "j-alpha-0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}