mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 03:31:58 +01:00
Bump to latest NDK LTS
This commit is contained in:
parent
7ae17e6aac
commit
c62cd6e997
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ object AndroidConfig {
|
||||||
const val compileSdk = 34
|
const val compileSdk = 34
|
||||||
const val minSdk = 23
|
const val minSdk = 23
|
||||||
const val targetSdk = 34
|
const val targetSdk = 34
|
||||||
const val ndk = "23.1.7779620"
|
const val ndk = "26.1.10909125"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue