Refine gradle file

This commit is contained in:
Mygod
2021-05-07 07:08:08 +08:00
parent 2178502e29
commit 52039de0a4
2 changed files with 1 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ plugins {
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

View File

@@ -18,10 +18,7 @@ android {
targetCompatibility = javaVersion
}
compileSdkVersion(30)
kotlinOptions {
freeCompilerArgs = listOf("-XXLanguage:+InlineClasses")
jvmTarget = javaVersion.toString()
}
kotlinOptions.jvmTarget = javaVersion.toString()
defaultConfig {
applicationId = "be.mygod.vpnhotspot"
minSdkVersion(21)