File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : macos-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v1
11
+ - uses : actions/checkout@v3
12
12
- name : set up JDK 17
13
- uses : actions/setup-java@v1
13
+ uses : actions/setup-java@v3
14
14
with :
15
15
java-version : 17
16
16
- name : Build with Gradle
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ tasks.withType<KotlinCompile> {
126
126
}
127
127
128
128
dependencies {
129
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5 " )
129
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
130
130
131
- implementation(platform(" com.google.firebase:firebase-bom:26.2 .0" ))
131
+ implementation(platform(" com.google.firebase:firebase-bom:31.5 .0" ))
132
132
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" )
134
134
135
135
136
136
with (Deps .Koin ) {
@@ -156,16 +156,16 @@ dependencies {
156
156
}
157
157
implementation(" io.github.pushpalroy:jetlime:1.0.3" )
158
158
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" )
160
160
161
161
with (Deps .PlayServices ) {
162
162
implementation(maps)
163
163
implementation(location)
164
164
}
165
165
166
166
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 " )
169
169
170
170
implementation(project(" :SharedCode" ))
171
171
}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ dependencies {
29
29
implementation Kotlin . stdLib
30
30
31
31
// 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 '
34
34
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
9
9
dependencies {
10
- classpath(" com.android.tools.build:gradle:7.4.2 " )
10
+ classpath(" com.android.tools.build:gradle:8.0.0 " )
11
11
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions .kotlin} " )
12
12
classpath(" org.jetbrains.kotlin:kotlin-serialization:${Versions .kotlin} " )
13
13
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
3
3
distributionPath =wrapper/dists
4
4
zipStorePath =wrapper/dists
5
5
zipStoreBase =GRADLE_USER_HOME
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
You can’t perform that action at this time.
0 commit comments