mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-10-31 23:45:07 +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"
|
||||
|
||||
compileSdkVersion = "android-35"
|
||||
buildToolsVersion = "35.0.0"
|
||||
ndkVersion = "27.1.12297006"
|
||||
|
||||
compileOptions {
|
||||
@ -160,7 +161,6 @@ android {
|
||||
jniLibs.srcDir(downloadedJniLibsPath)
|
||||
}
|
||||
}
|
||||
buildToolsVersion = "35.0.0"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user