0.2.0-0-pre.8

This commit is contained in:
2026-09-19 05:15:01 +02:00
parent 090cc67c06
commit cfa9a1ce21
11 changed files with 368 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
// file: Android/game-reflex-poc/build.gradle
// version: 41
// version: 42
plugins {
id 'com.android.application'
@@ -18,7 +18,7 @@ android {
minSdk 21
targetSdk 36
versionCode 2
versionName '0.2.0-0-pre.7'
versionName '0.2.0-0-pre.8'
}
compileOptions {

View File

@@ -1,5 +1,5 @@
// file: Android/game-snake-poc/build.gradle
// version: 41
// version: 42
plugins {
id 'com.android.application'
@@ -18,7 +18,7 @@ android {
minSdk 21
targetSdk 36
versionCode 2
versionName '0.2.0-0-pre.7'
versionName '0.2.0-0-pre.8'
}
compileOptions {