Skip to content

Commit 1dcf454

Browse files
committed
update dependencies, build tools
1 parent d3adac4 commit 1dcf454

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

app/build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "de.westnordost.streetmeasure"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
signingConfigs {
1111
create("release") {
@@ -54,21 +54,21 @@ android {
5454
}
5555

5656
dependencies {
57-
val kotlinxCoroutinesVersion = "1.10.1"
57+
val kotlinxCoroutinesVersion = "1.10.2"
5858

5959
// core android stuff
60-
implementation("androidx.core:core-ktx:1.15.0")
61-
implementation("androidx.appcompat:appcompat:1.7.0")
62-
implementation("com.google.android.material:material:1.12.0")
63-
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
64-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
60+
implementation("androidx.core:core-ktx:1.17.0")
61+
implementation("androidx.appcompat:appcompat:1.7.1")
62+
implementation("com.google.android.material:material:1.13.0")
63+
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
64+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
6565
// coroutines
6666
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")
6767
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion")
6868
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlinxCoroutinesVersion")
6969

7070
// measuring distance with AR
71-
implementation("com.google.ar:core:1.47.0")
71+
implementation("com.google.ar:core:1.50.0")
7272
implementation("com.google.ar.sceneform:core:1.17.1")
7373
}
7474

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath("com.android.tools.build:gradle:8.7.3")
7+
classpath("com.android.tools.build:gradle:8.11.2")
88
classpath(kotlin("gradle-plugin", version = "2.0.20"))
99
}
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Jan 31 18:19:41 CET 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)