Skip to content

Commit

Permalink
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0-r…
Browse files Browse the repository at this point in the history
…c01 (#69)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent fb5ff33 commit 58527db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
}
dependencies {
implementation 'androidx.core:core-ktx:1.14.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.7.0-beta01'
implementation 'androidx.appcompat:appcompat:1.7.0-rc01'
}
}

Expand Down

0 comments on commit 58527db

Please sign in to comment.