mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-11 06:35:15 +01:00
Remove duplicate config in build.gradle
This commit is contained in:
parent
1d13b5e621
commit
b944201b3c
@ -11,6 +11,9 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
defaultConfig {
|
||||
applicationId "com.h.pixeldroid"
|
||||
minSdkVersion 23
|
||||
@ -41,13 +44,7 @@ android {
|
||||
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user