Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 21, 2023
1 parent d2cdda9 commit 3a70978
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17
- name: Build with Gradle
Expand Down
12 changes: 6 additions & 6 deletions android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ tasks.withType<KotlinCompile> {
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")

implementation(platform("com.google.firebase:firebase-bom:26.2.0"))
implementation(platform("com.google.firebase:firebase-bom:31.5.0"))
implementation("com.google.firebase:firebase-analytics-ktx")
implementation("androidx.activity:activity-compose:1.6.0")
implementation("androidx.activity:activity-compose:1.7.1")


with(Deps.Koin) {
Expand All @@ -156,16 +156,16 @@ dependencies {
}
implementation("io.github.pushpalroy:jetlime:1.0.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
implementation("com.google.maps.android:android-maps-utils:2.3.0")
implementation("com.google.maps.android:android-maps-utils:3.4.0")

with(Deps.PlayServices) {
implementation(maps)
implementation(location)
}

testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

implementation(project(":SharedCode"))
}
Expand Down
4 changes: 2 additions & 2 deletions ar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
implementation Kotlin.stdLib

// ARCore
implementation 'com.google.ar:core:1.4.0'
implementation 'de.javagl:obj:0.2.1'
implementation 'com.google.ar:core:1.36.0'
implementation 'de.javagl:obj:0.4.0'
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.android.tools.build:gradle:8.0.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin}")
classpath("com.squareup.sqldelight:gradle-plugin:${Versions.sqlDelight}")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip

0 comments on commit 3a70978

Please sign in to comment.