mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-08 08:00:39 +01:00
app/build.gradle.kts: Nitpicky formatting tweak
This commit is contained in:
parent
65c4c6ec4e
commit
a58262d270
@ -29,6 +29,7 @@ android {
|
|||||||
namespace = "io.github.lime3ds.android"
|
namespace = "io.github.lime3ds.android"
|
||||||
|
|
||||||
compileSdkVersion = "android-35"
|
compileSdkVersion = "android-35"
|
||||||
|
buildToolsVersion = "35.0.0"
|
||||||
ndkVersion = "27.1.12297006"
|
ndkVersion = "27.1.12297006"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
@ -160,7 +161,6 @@ android {
|
|||||||
jniLibs.srcDir(downloadedJniLibsPath)
|
jniLibs.srcDir(downloadedJniLibsPath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buildToolsVersion = "35.0.0"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user