Skip to content

Commit 02aec3c

Browse files
committed
Merge branch 'main' of github.com:takagimeow/nowinandroid into fix/add-padding-for-loading-wheel
2 parents 8b8401e + 6799876 commit 02aec3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins {
2020
}
2121

2222
java {
23-
sourceCompatibility = JavaVersion.VERSION_1_8
24-
targetCompatibility = JavaVersion.VERSION_1_8
23+
sourceCompatibility = JavaVersion.VERSION_11
24+
targetCompatibility = JavaVersion.VERSION_11
2525
}
2626

2727
dependencies {

0 commit comments

Comments
 (0)