0.1.0-0-pre.7-fix.1

This commit is contained in:
2026-09-16 09:32:40 +02:00
parent 98b830da6e
commit 431665992c
6 changed files with 252 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
// file: Android/game-snake-poc/build.gradle
// version: 4
// version: 5
plugins {
id 'com.android.application'
@@ -16,7 +16,7 @@ android {
minSdk 21
targetSdk 36
versionCode 1
versionName '0.1.0-0-pre.7'
versionName '0.1.0-0-pre.7.fix.1'
}
compileOptions {