0.1.0-0-pre.7

This commit is contained in:
2026-09-16 09:29:19 +02:00
parent fa4e2925bd
commit 98b830da6e
18 changed files with 434 additions and 20 deletions

View File

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