0.1.0-0-pre.6-fix.1
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
// file: Android/game-reflex-poc/build.gradle
|
||||
// version: 2
|
||||
// version: 3
|
||||
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
}
|
||||
|
||||
def sdl3AarName = providers.gradleProperty("sdl3AarName").get()
|
||||
|
||||
android {
|
||||
namespace 'com.sasedev.games.reflex'
|
||||
compileSdk 36
|
||||
@@ -24,5 +26,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation files("../libs/${sdl3AarName}")
|
||||
implementation project(':common')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user