0.2.0-0-pre.2

This commit is contained in:
2026-09-18 14:04:12 +02:00
parent 63dcb2af4e
commit ffedb4f16e
13 changed files with 1239 additions and 11 deletions

View File

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

View File

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