Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti authored Dec 7, 2024
2 parents ef99b5e + 7154a05 commit 277768e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sed -i "s/versionName = \"[^\"]*\"/versionName = \"${{ env.VERSION_NAME }}\"/g" app/build.gradle.kts
- name: Open pull request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.5
with:
commit-message: "Build: prepare for v${{ env.VERSION_NAME }} (${{ env.VERSION_CODE }}) release"
branch: "release/${{ github.event.inputs.version }}"
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ android-compileSdk = "35"
android-targetSdk = "35"
android-minSdk = "21"
android-jvm = "17"
aboutlibraries = "11.2.2"
aboutlibraries = "11.2.3"
accompanist = "0.34.0"
androidGradlePlugin = "8.5.2"
androidGradlePlugin = "8.7.3"
androidMaterial = "1.12.0"
androidxActivity = "1.9.1"
androidxActivity = "1.9.3"
androidxAppCompat = "1.7.0"
androidxComposeBom = "2024.08.00"
androidxConstraintLayout = "2.1.4"
androidxConstraintLayout = "2.2.0"
androidxCore = "1.13.1"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.1.1"
androidxEspresso = "3.6.1"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.4"
androidxLifecycle = "2.8.7"
androidxMedia3 = "1.4.1"
androidxNavigation = "2.7.7"
androidxTestCore = "1.5.0"
Expand All @@ -26,9 +26,9 @@ hilt = "2.53"
junit4 = "4.13.2"
kotlin = "2.1.0"
kotlinxCoroutines = "1.8.1"
kotlinxSerializationJson = "1.7.1"
ksp = "2.1.0-1.0.29"
ktlint = "12.1.1"
kotlinxSerializationJson = "1.7.3"
ktlint = "12.1.2"
nextlib = "0.8.2"
room = "2.6.1"
timber = "5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 277768e

Please sign in to comment.