This commit is contained in:
2026-09-19 06:07:25 +02:00
parent 0ef2d3872b
commit 74be610697
7 changed files with 78 additions and 10 deletions

View File

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

View File

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