android: use pressandhold settings when cycling modes

This commit is contained in:
Kavish Devar
2026-04-28 20:27:32 +05:30
parent 4ef3e4d4da
commit 795bebc6ae
4 changed files with 65 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
import java.util.Properties
val appVersionName = "0.2.6"
val appVersionName = "0.2.7"
plugins {
alias(libs.plugins.android.application)
@@ -30,7 +30,7 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 46
versionCode = 47
versionName = appVersionName
}
buildTypes {