Skip to content

Commit 583800d

Browse files
Update all dependencies
1 parent 3a4a980 commit 583800d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Diff for: .github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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

Diff for: android-app/build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ tasks.withType<KotlinCompile> {
126126
}
127127

128128
dependencies {
129-
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
129+
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")
130130

131-
implementation(platform("com.google.firebase:firebase-bom:26.2.0"))
131+
implementation(platform("com.google.firebase:firebase-bom:31.3.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
}

Diff for: ar/build.gradle

+2-2
Original file line numberDiff line numberDiff 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
}

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff 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}")

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStorePath=wrapper/dists
55
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.0.2-bin.zip

0 commit comments

Comments
 (0)