mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Update NDK & buildTools, fix deprecated Parcelize (#4157)
* Update buildTools and NDK * Fix deprecated Parcelize
This commit is contained in:
@ -2,6 +2,6 @@ object AndroidConfig {
|
||||
const val compileSdk = 29
|
||||
const val minSdk = 21
|
||||
const val targetSdk = 29
|
||||
const val buildTools = "29.0.3"
|
||||
const val ndk = "21.3.6528147"
|
||||
const val buildTools = "30.0.3"
|
||||
const val ndk = "22.0.7026061"
|
||||
}
|
||||
|
Reference in New Issue
Block a user