0.1.0-0-pre.11
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
// file: Android/common/build.gradle
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
plugins {
|
||||
id 'com.android.library'
|
||||
}
|
||||
|
||||
def sdl3AarName = providers.gradleProperty("sdl3AarName").get()
|
||||
def androidNdkVersion = providers.gradleProperty("androidNdkVersion").get()
|
||||
|
||||
android {
|
||||
namespace 'com.sasedev.games.common'
|
||||
compileSdk 36
|
||||
ndkVersion androidNdkVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
|
||||
Reference in New Issue
Block a user