Update NDK & buildTools, fix deprecated Parcelize (#4157)

* Update buildTools and NDK

* Fix deprecated Parcelize
This commit is contained in:
Taco
2020-12-19 18:40:44 -05:00
committed by GitHub
parent 7ae5c3b2e7
commit e2054a0ab7
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}