Bump compileSdkVersion

This commit is contained in:
Mygod
2021-04-22 14:36:15 -04:00
parent 0ac5b25f85
commit a67d435c76

View File

@@ -11,13 +11,13 @@ plugins {
android {
val javaVersion = JavaVersion.VERSION_1_8
val targetSdk = 29
buildToolsVersion = "30.0.3"
buildToolsVersion = "31.0.0-rc4"
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
}
compileSdk = 30
compileSdkPreview = "android-S"
kotlinOptions.jvmTarget = javaVersion.toString()
defaultConfig {
applicationId = "be.mygod.vpnhotspot"