Skip to content

Commit 5c68b56

Browse files
Update version catalog
1 parent f239fdb commit 5c68b56

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
distributionBase=GRADLE_USER_HOME
3333
distributionPath=wrapper/dists
34-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
34+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3535
zipStoreBase=GRADLE_USER_HOME
3636
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ dependencyResolutionManagement {
4545
google()
4646
mavenCentral()
4747
maven(url = "https://jitpack.io")
48-
maven(url = "https://androidx.dev/storage/compose-compiler/repository/")
4948
}
5049
versionCatalogs {
5150
create("libs") {
52-
from("no.nordicsemi.android.gradle:version-catalog:1.2.9")
51+
from("no.nordicsemi.android.gradle:version-catalog:1.3.0")
5352
}
5453
}
5554
}

0 commit comments

Comments
 (0)