0.2.0-0-pre.3-fix.1

This commit is contained in:
2026-09-18 14:52:14 +02:00
parent 5f75c3ad1a
commit 2a0cf4dd2b
6 changed files with 48 additions and 10 deletions

View File

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

View File

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