Update NDK, more KTX usage (#4792)

* Update NDK

* Utilize more KTX extensions
This commit is contained in:
Taco
2021-04-08 17:56:01 -04:00
committed by GitHub
parent b2d697131c
commit b3471234ad
6 changed files with 17 additions and 34 deletions

View File

@ -3,5 +3,5 @@ object AndroidConfig {
const val minSdk = 21
const val targetSdk = 29
const val buildTools = "30.0.3"
const val ndk = "22.0.7026061"
const val ndk = "22.1.7171670"
}