android: add scroll on compatibility check

This commit is contained in:
Kavish Devar
2026-04-24 21:35:22 +05:30
parent d2dd722bc7
commit 8b24ac49e2
2 changed files with 8 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 37
versionCode = 38
versionName = versionName
}
buildTypes {