0.1.0-1-alpha.2-fix.1

This commit is contained in:
2026-09-16 23:35:07 +02:00
parent 9256e9e2d5
commit f8b93050d8
10 changed files with 143 additions and 13 deletions

View File

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