Skip to content

Commit

Permalink
Merge pull request #2053 from kylecorry31/tool-recycler
Browse files Browse the repository at this point in the history
Tool recycler
  • Loading branch information
kylecorry31 authored Nov 15, 2023
2 parents 0928723 + b0c6825 commit d1ec09c
Show file tree
Hide file tree
Showing 10 changed files with 407 additions and 262 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
implementation("com.google.android.flexbox:flexbox:3.0.0")

// Andromeda
val andromedaVersion = "fa3bb4e4f8"
val andromedaVersion = "062b83e922"
implementation("com.github.kylecorry31.andromeda:core:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:fragments:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:forms:$andromedaVersion")
Expand Down Expand Up @@ -159,9 +159,10 @@ dependencies {
implementation("com.github.kylecorry31.andromeda:pdf:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:exceptions:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:print:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:list:$andromedaVersion")

// Ceres
val ceresVersion = "e087704b28"
val ceresVersion = "53f10aa952"
implementation("com.github.kylecorry31.ceres:list:$ceresVersion")
implementation("com.github.kylecorry31.ceres:toolbar:$ceresVersion")
implementation("com.github.kylecorry31.ceres:badge:$ceresVersion")
Expand Down
Loading

0 comments on commit d1ec09c

Please sign in to comment.