Bump compileSdk to 30 (#5140)

This commit is contained in:
Ivan Iskandar
2021-05-23 01:48:27 +07:00
committed by GitHub
parent 89fb943733
commit ef8a87a30f
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
object AndroidConfig {
const val compileSdk = 29
const val compileSdk = 30
const val minSdk = 23
const val targetSdk = 29
const val buildTools = "30.0.3"