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,5 +1,5 @@
// file: Android/common/build.gradle
// version: 2
// version: 3
plugins {
id 'com.android.library'
@@ -22,5 +22,5 @@ android {
}
dependencies {
api files("../libs/${sdl3AarName}")
compileOnly files("../libs/${sdl3AarName}")
}