#2516 taget android 11

This commit is contained in:
Gouri Panda 2021-05-23 03:30:09 -07:00
parent b9efa72393
commit caf0b14fa1

View File

@ -19,8 +19,8 @@
import org.gradle.api.JavaVersion
object Config {
const val compileSdk = 29
const val compileSdk = 30
const val minSdk = 21
const val targetSdk = 29
const val targetSdk = 30
val javaVersion = JavaVersion.VERSION_1_8
}