Skip to content

Commit

Permalink
CHANGELOG: PX App UI redesign (by DrDisagree)
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Sep 25, 2024
1 parent e7f0506 commit 2fc5cd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/edit2MakeNewCanary
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Editing this file will trigger the build script for a new canary..
Editing this file will trigger the build script for a new canary.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ dependencies {
implementation libs.play.services.base

// Collapsing Toolbar with subtitle
implementation "com.hendraanggrian.material:collapsingtoolbarlayout-subtitle:1.5.0"
implementation libs.collapsingtoolbarlayout.subtitle
}
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ activity = "1.9.2"
annotation = "1.8.2"
appcompat = "1.7.0"
cardview = "1.0.0"
collapsingtoolbarlayoutSubtitle = "1.5.0"
colorpicker = "1.1.0"
commonsText = "1.11.0"
concurrentFutures = "1.2.0"
Expand Down Expand Up @@ -35,6 +36,7 @@ androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version
androidx-ui-geometry = { module = "androidx.compose.ui:ui-geometry", version.ref = "uiGeometry" }
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workRuntime" }
androidx-concurrent-futures = { module = "androidx.concurrent:concurrent-futures", version.ref = "concurrentFutures" }
collapsingtoolbarlayout-subtitle = { module = "com.hendraanggrian.material:collapsingtoolbarlayout-subtitle", version.ref = "collapsingtoolbarlayoutSubtitle" }
colorpicker = { module = "com.jaredrummler:colorpicker", version.ref = "colorpicker" }
apache-commons-text = { module = "org.apache.commons:commons-text", version.ref = "commonsText" }
markdown = { module = "com.github.tiagohm.MarkdownView:library", version.ref = "markdown" }
Expand Down

0 comments on commit 2fc5cd0

Please sign in to comment.