Skip to content

Commit

Permalink
chore: Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Oct 9, 2024
1 parent f76e65a commit 506a156
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: chmod +x gradlew

- name: Setup gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew :KDeviceInfo:build --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: chmod +x gradlew

- name: Setup gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew :KDeviceInfo:build --stacktrace
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[versions]
# Plugin Versions
kotlin = "2.0.0"
androidGrdlePlugin = "8.5.0"
kotlin = "2.0.20"
androidGrdlePlugin = "8.7.0"
jetbrainsCompose = "1.6.11"
mavenPublish = "0.29.0"

# Library Versions
annotation = "1.8.0"
startupRuntime = "1.1.1"
annotation = "1.8.2"
startupRuntime = "1.2.0"
androidXCore = "1.13.1"

# sampleApp Versions
androidxAppcompat = "1.7.0"
androidxActivityCompose = "1.9.0"
androidXCompose = "1.6.8"
androidxActivityCompose = "1.9.2"
androidXCompose = "1.7.3"
kDeviceInfo = "0.0.7"


[libraries]
# KDeviceInfo module libraries
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidXCore" }
startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "startupRuntime" }
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
compose-ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "jetbrainsCompose" }
compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "jetbrainsCompose" }
startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "startupRuntime" }
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidXCore" }

# sampleApp module libraries
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppcompat" }
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 506a156

Please sign in to comment.