mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
app/build.gradle.kts: Nitpicky formatting tweak
This commit is contained in:
parent
65c4c6ec4e
commit
a58262d270
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue