Skip to content

Commit f06c9ef

Browse files
committed
ビルド設定を更新
1 parent 16b811c commit f06c9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
}
3131
compileOptions {
3232
coreLibraryDesugaringEnabled = true
33-
sourceCompatibility JavaVersion.VERSION_11
34-
targetCompatibility JavaVersion.VERSION_11
33+
sourceCompatibility JavaVersion.VERSION_17
34+
targetCompatibility JavaVersion.VERSION_17
3535
}
3636
}
3737

0 commit comments

Comments
 (0)