Skip to content

Commit

Permalink
Bump androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent cd2014a commit 7507dc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dependencies {

implementation("com.github.haroldadmin:WhatTheStack:1.0.0-alpha04")

implementation("androidx.appcompat:appcompat:1.7.0-alpha03")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha13")
implementation("androidx.core:core-ktx:1.13.0-beta01")
implementation("androidx.core:core-splashscreen:1.1.0-alpha02")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.7.0-alpha03")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.databinding:viewbinding:8.5.0-alpha02")

"prodImplementation"(projects.feature.appwrite)
Expand Down
2 changes: 1 addition & 1 deletion feature/TreeView/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.13.0-beta01")
implementation("androidx.appcompat:appcompat:1.7.0-alpha03")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0-beta01")
}
2 changes: 1 addition & 1 deletion feature/appwrite/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")

implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0-alpha03")
implementation("androidx.appcompat:appcompat:1.7.0-alpha03")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.fragment:fragment-ktx:1.7.0-beta01")
implementation("androidx.activity:activity-ktx:1.9.0-beta01")
implementation("androidx.browser:browser:1.8.0")
Expand Down

0 comments on commit 7507dc2

Please sign in to comment.