Skip to content

Commit a9bafee

Browse files
committed
Update build.gradle
1 parent 98a1cfd commit a9bafee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

donation/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_1_8
27-
targetCompatibility JavaVersion.VERSION_1_8
26+
sourceCompatibility JavaVersion.VERSION_11
27+
targetCompatibility JavaVersion.VERSION_11
2828
}
2929
kotlinOptions {
3030
jvmTarget = '1.8'

0 commit comments

Comments
 (0)