0.2.0-3-rc.1

This commit is contained in:
2026-09-19 05:38:40 +02:00
parent 930b005481
commit 0ef2d3872b
9 changed files with 144 additions and 11 deletions

View File

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