Skip to content

Commit

Permalink
Updates to Appcompat 1.7.0 (#85)
Browse files Browse the repository at this point in the history
* Updates to Appcompat 1.7.0

* Set root project name explicitly
  • Loading branch information
fornewid authored Oct 15, 2024
1 parent a4dc3e3 commit 9ab9b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ compose-material3 = "1.3.0"
material = "1.5.0"

activity = "1.5.1"
appcompat = "1.6.1"
appcompat = "1.7.0"
core = "1.7.0"

androidxtest = "1.4.0"
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencyResolutionManagement {

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

rootProject.name = "ReadMoreTextView"

include ':readmore-view'
include ':readmore-foundation'
include ':readmore-material'
Expand Down

0 comments on commit 9ab9b0e

Please sign in to comment.