File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 88 runs-on : macos-latest
99
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v3
1212 - name : set up JDK 11
13- uses : actions/setup-java@v1
13+ uses : actions/setup-java@v3
1414 with :
1515 java-version : 11
1616 - name : Build with Gradle
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ tasks.withType<KotlinCompile> {
126126}
127127
128128dependencies {
129- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5 " )
129+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
130130
131- implementation(platform(" com.google.firebase:firebase-bom:26.2 .0" ))
131+ implementation(platform(" com.google.firebase:firebase-bom:31.4 .0" ))
132132 implementation(" com.google.firebase:firebase-analytics-ktx" )
133- implementation(" androidx.activity:activity-compose:1.6 .0" )
133+ implementation(" androidx.activity:activity-compose:1.7 .0" )
134134
135135
136136 with (Deps .Koin ) {
@@ -156,16 +156,16 @@ dependencies {
156156 }
157157 implementation(" io.github.pushpalroy:jetlime:1.0.3" )
158158 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4" )
159- implementation(" com.google.maps.android:android-maps-utils:2.3 .0" )
159+ implementation(" com.google.maps.android:android-maps-utils:3.4 .0" )
160160
161161 with (Deps .PlayServices ) {
162162 implementation(maps)
163163 implementation(location)
164164 }
165165
166166 testImplementation(" junit:junit:4.13.2" )
167- androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
168- androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0 " )
167+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
168+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
169169
170170 implementation(project(" :SharedCode" ))
171171}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ dependencies {
2929 implementation Kotlin . stdLib
3030
3131 // ARCore
32- implementation ' com.google.ar:core:1.4 .0'
33- implementation ' de.javagl:obj:0.2.1 '
32+ implementation ' com.google.ar:core:1.36 .0'
33+ implementation ' de.javagl:obj:0.4.0 '
3434}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88
99 dependencies {
10- classpath(" com.android.tools.build:gradle:7.4.0 " )
10+ classpath(" com.android.tools.build:gradle:7.4.2 " )
1111 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions .kotlin} " )
1212 classpath(" org.jetbrains.kotlin:kotlin-serialization:${Versions .kotlin} " )
1313 classpath(" com.squareup.sqldelight:gradle-plugin:${Versions .sqlDelight} " )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStorePath =wrapper/dists
55zipStoreBase =GRADLE_USER_HOME
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
You can’t perform that action at this time.
0 commit comments