This commit is contained in:
2026-09-17 22:48:24 +02:00
parent ee88466dce
commit eee1319eb3
12 changed files with 290 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
// file: Android/game-snake-poc/build.gradle
// version: 23
// version: 24
plugins {
id 'com.android.application'
@@ -18,7 +18,7 @@ android {
minSdk 21
targetSdk 36
versionCode 1
versionName '0.1.0-3-rc.1.fix.1'
versionName '0.1.0'
}
compileOptions {