Skip to content

Commit

Permalink
Fix #3167
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Chen <aaronchen.lisp@gmail.com>
  • Loading branch information
Mygod and AaronChen0 committed Aug 29, 2024
1 parent 712148e commit 970eb2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ fun Project.setupCore() {
disable += "UseAppTint"
}
buildFeatures.buildConfig = true
ndkVersion = "27.0.12077973"
}
dependencies.add("coreLibraryDesugaring", "com.android.tools:desugar_jdk_libs:2.1.1")
}
Expand Down
1 change: 0 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ android {
}

externalNativeBuild.ndkBuild.path("src/main/jni/Android.mk")
ndkVersion = "27.0.12077973"

sourceSets.getByName("androidTest") {
assets.setSrcDirs(assets.srcDirs + files("$projectDir/schemas"))
Expand Down

0 comments on commit 970eb2b

Please sign in to comment.