0.1.0-0-pre.9

This commit is contained in:
2026-09-16 10:01:13 +02:00
parent 00808ea5a6
commit 4fcbdf316d
22 changed files with 507 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
// file: Android/game-snake-poc/build.gradle
// version: 6
// version: 7
plugins {
id 'com.android.application'
@@ -16,7 +16,7 @@ android {
minSdk 21
targetSdk 36
versionCode 1
versionName '0.1.0-0-pre.8'
versionName '0.1.0-0-pre.9'
}
compileOptions {
@@ -29,3 +29,6 @@ dependencies {
implementation files("../libs/${sdl3AarName}")
implementation project(':common')
}
ext.sasedevGameAssetDirectory = "game-snake-poc"
apply from: rootProject.file("gradle/sasedev-assets.gradle")