Skip to content

Commit

Permalink
Merge pull request #30 from LDRAlighieri/renovate/androidxappcompat
Browse files Browse the repository at this point in the history
Update dependency androidx.appcompat:appcompat to v1.7.0
  • Loading branch information
LDRAlighieri authored Sep 16, 2024
2 parents be2ffe6 + a73bc7b commit 6e50dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android.useAndroidX=true
buildTools=34.0.0
compileSdk=34
targetSdk=34
minSdk=19
minSdk=21

# Build features
android.defaults.buildfeatures.resvalues=false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlinCoroutines = "1.9.0"
# Androidx
androidxCore = "1.13.1"
androidxAnnotation = "1.8.0"
androidxAppcompat = "1.6.1"
androidxAppcompat = "1.7.0"
androidxDrawerlayout = "1.2.0"
androidxLeanback = "1.0.0"
androidxNavigation = "2.7.7"
Expand Down

0 comments on commit 6e50dc1

Please sign in to comment.