File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55group = " io.github.shinhyo.brba.buildlogic"
66
77java {
8- sourceCompatibility = JavaVersion .VERSION_1_8
9- targetCompatibility = JavaVersion .VERSION_1_8
8+ sourceCompatibility = JavaVersion .VERSION_11
9+ targetCompatibility = JavaVersion .VERSION_11
1010}
1111
1212dependencies {
Original file line number Diff line number Diff line change 11[versions ]
22targetSdk = " 33"
33
4- androidGradlePlugin = " 7.3.1 "
4+ androidGradlePlugin = " 7.4.0 "
55kotlin = " 1.7.20"
66androidDesugarJdkLibs = " 1.1.5"
77
Original file line number Diff line number Diff line change 11# Sat Oct 08 16:50:13 KST 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments