0.1.0-1-alpha.1

This commit is contained in:
2026-09-16 23:13:26 +02:00
parent 9197758184
commit 2ad0c5a379
14 changed files with 402 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
// file: Android/game-reflex-poc/build.gradle
// version: 9
// version: 10
plugins {
id 'com.android.application'
@@ -18,7 +18,7 @@ android {
minSdk 21
targetSdk 36
versionCode 1
versionName '0.1.0-0-pre.11'
versionName '0.1.0-1-alpha.1'
}
compileOptions {

View File

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