File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@v3
3939 - name : Validate Gradle Wrapper
40- uses : gradle/wrapper-validation-action@v1
40+ uses : gradle/actions/ wrapper-validation@v3
4141 - uses : actions/cache@v3
4242 with :
4343 path : |
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.5.0 "
3- kotlin = " 2.0.20 "
2+ agp = " 8.5.2 "
3+ kotlin = " 2.1.10 "
44android-minSdk = " 24"
55android-compileSdk = " 34"
66
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ kotlin {
1717 publishLibraryVariants(" release" )
1818 @OptIn(ExperimentalKotlinGradlePluginApi ::class )
1919 compilerOptions {
20- jvmTarget.set(JvmTarget .JVM_1_8 )
20+ jvmTarget.set(JvmTarget .JVM_11 )
2121 }
2222 }
2323 iosX64()
@@ -45,6 +45,10 @@ android {
4545 defaultConfig {
4646 minSdk = libs.versions.android.minSdk.get().toInt()
4747 }
48+ compileOptions {
49+ sourceCompatibility = JavaVersion .VERSION_11
50+ targetCompatibility = JavaVersion .VERSION_11
51+ }
4852}
4953
5054mavenPublishing {
You can’t perform that action at this time.
0 commit comments