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 Jan 24, 2024
1 parent 647ae24 commit 8632b07
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 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@v4
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
- name: Build with Gradle
Expand Down
10 changes: 5 additions & 5 deletions android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ android {


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

implementation(platform("com.google.firebase:firebase-bom:26.2.0"))
implementation(platform("com.google.firebase:firebase-bom:32.7.1"))
implementation("com.google.firebase:firebase-analytics-ktx")
implementation("androidx.activity:activity-compose:1.7.2")
implementation("androidx.activity:activity-compose:1.8.2")


with(Deps.Koin) {
Expand All @@ -139,9 +139,9 @@ dependencies {
implementation(material3)
implementation(material3WindowSizeClass)
}
implementation("io.github.pushpalroy:jetlime:1.0.3")
implementation("io.github.pushpalroy:jetlime:1.0.6")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1")
implementation("com.google.maps.android:android-maps-utils:2.3.0")
implementation("com.google.maps.android:android-maps-utils:3.8.2")

with(Deps.PlayServices) {
implementation(maps)
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.41.0'
implementation 'de.javagl:obj:0.4.0'
}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.1.2")
classpath("com.android.tools.build:gradle:8.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin}")
classpath("app.cash.sqldelight:gradle-plugin:${Versions.sqlDelight}")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.gms:google-services:4.4.0")
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:${Versions.kspPlugin}")
classpath("com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin:${Versions.kmpNativeCoroutines}")
}
Expand Down
40 changes: 20 additions & 20 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ object Versions {
const val kspPlugin = "1.9.21-1.0.15"
const val kotlinCoroutines = "1.8.0-RC"
const val kotlinxSerialization = "1.5.1"
const val ktor = "2.3.6"
const val koinCore = "3.5.0"
const val koinAndroid = "3.5.0"
const val koinAndroidCompose = "3.5.0"
const val ktor = "2.3.7"
const val koinCore = "3.5.3"
const val koinAndroid = "3.5.3"
const val koinAndroidCompose = "3.5.3"

const val sqlDelight = "2.0.0"
const val sqlDelight = "2.0.1"
const val kotlinxDateTime = "0.5.0"
const val multiplatformSettings = "1.1.1"

const val kmpNativeCoroutines = "1.0.0-ALPHA-21"
const val kmpNativeCoroutines = "1.0.0-ALPHA-24"

const val compose = "1.5.3"
const val compose = "1.5.4"
const val composeCompiler = "1.5.5-dev-k1.9.21-163bb051fe5"
const val navCompose = "2.7.1"
const val accompanist = "0.29.0-alpha"
const val mapsCompose = "2.11.0"
const val composeMaterial3 = "1.1.1"
const val navCompose = "2.7.6"
const val accompanist = "0.32.0"
const val mapsCompose = "4.3.2"
const val composeMaterial3 = "1.1.2"

const val kermit = "1.0.0"
const val slf4j = "1.7.30"
const val kermit = "2.0.2"
const val slf4j = "2.0.11"

const val junit = "4.12"
const val mockito = "2.27.0"
const val robolectric = "3.6.1"
const val junit = "4.13.2"
const val mockito = "5.2.0"
const val robolectric = "4.11.1"
}


Expand All @@ -38,8 +38,8 @@ object AndroidSdk {
}

object Firebase {
val core = "com.google.firebase:firebase-core:16.0.9"
val performance = "com.google.firebase:firebase-perf:16.2.3"
val core = "com.google.firebase:firebase-core:21.1.1"
val performance = "com.google.firebase:firebase-perf:20.5.1"
}


Expand Down Expand Up @@ -76,8 +76,8 @@ object Deps {
}

object PlayServices {
val location = "com.google.android.gms:play-services-location:16.0.0"
val maps = "com.google.android.gms:play-services-maps:18.0.2"
val location = "com.google.android.gms:play-services-location:21.1.0"
val maps = "com.google.android.gms:play-services-maps:18.2.0"
}

object Koin {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 28 21:12:18 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8632b07

Please sign in to comment.