Skip to content

Commit

Permalink
Add Undo animation when delete item & Fix FDroid Build (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo-io authored Oct 6, 2024
1 parent 921fac1 commit 65fb213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

// FDroid uses applicationId (com.lolo.io.onelist) as repo dire name & gradle doesn't like it
// this fixes build on FDroid by replacing the dots by dashes
rootProject.name="com-lolo-io-onelist"

pluginManagement {
includeBuild("build-logic")
repositories {
Expand Down

0 comments on commit 65fb213

Please sign in to comment.