0.1.0-0-pre.6-fix.1

This commit is contained in:
2026-09-16 09:07:13 +02:00
parent 21e45d333d
commit fa4e2925bd
6 changed files with 83 additions and 9 deletions

View File

@@ -1,10 +1,12 @@
// file: Android/game-snake-poc/build.gradle
// version: 2
// version: 3
plugins {
id 'com.android.application'
}
def sdl3AarName = providers.gradleProperty("sdl3AarName").get()
android {
namespace 'com.sasedev.games.snake'
compileSdk 36
@@ -24,5 +26,6 @@ android {
}
dependencies {
implementation files("../libs/${sdl3AarName}")
implementation project(':common')
}