Skip to content

Commit

Permalink
Update version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylwester Zielinski committed Feb 14, 2023
1 parent f239fdb commit 5c68b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven(url = "https://jitpack.io")
maven(url = "https://androidx.dev/storage/compose-compiler/repository/")
}
versionCatalogs {
create("libs") {
from("no.nordicsemi.android.gradle:version-catalog:1.2.9")
from("no.nordicsemi.android.gradle:version-catalog:1.3.0")
}
}
}
Expand Down

0 comments on commit 5c68b56

Please sign in to comment.