0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Remove hardcoded NDK path from build.gradle.kts (oops)

This commit is contained in:
Patrick Goldinger 2023-05-07 15:42:21 +02:00
parent 63fea7ece4
commit 0abec78aae
No known key found for this signature in database
GPG Key ID: 533467C3DC7B9262

View File

@ -33,8 +33,7 @@ android {
namespace = "dev.patrickgold.florisboard"
compileSdk = 33
buildToolsVersion = "33.0.2"
//ndkVersion = "25.2.9519653"
ndkPath = "/home/patrick/Android/Sdk/ndk/android-ndk-r26-canary"
ndkVersion = "25.2.9519653"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8