File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
77 namespace = " de.westnordost.streetmeasure"
8- compileSdk = 35
8+ compileSdk = 36
99
1010 signingConfigs {
1111 create(" release" ) {
@@ -54,21 +54,21 @@ android {
5454}
5555
5656dependencies {
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11# Tue Jan 31 18:19:41 CET 2023
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments