Add tests to flake

This commit is contained in:
2026-06-12 21:02:34 +02:00
parent 21819c4a9b
commit a196336f26
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ android {
applicationId = "cz.c3c.webviewkiosk"
minSdk = 26 // Sony KD-65XE9305 final firmware = Android 8.0
targetSdk = 35
versionCode = 1 // bump on every release; adb install -r refuses downgrades
versionCode = 2 // bump on every release; adb install -r refuses downgrades
versionName = "0.1.0"
}