Skip to content

Commit 0f664a1

Browse files
authored
Fix build I guess
1 parent a862b32 commit 0f664a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ def getCurrentFlavor() {
1717
}
1818
}
1919

20+
def javaVersion = JavaVersion.VERSION_1_8
21+
2022
android {
2123
compileSdkVersion 29
24+
compileOptions {
25+
sourceCompatibility javaVersion
26+
targetCompatibility javaVersion
27+
}
28+
kotlinOptions.jvmTarget = javaVersion
2229
defaultConfig {
2330
applicationId "com.github.shadowsocks.plugin.v2ray"
2431
minSdkVersion rootProject.minSdkVersion

0 commit comments

Comments
 (0)