Skip to content

Commit

Permalink
Remove compose dev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Sep 12, 2024
1 parent 6d67549 commit 9de70b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .scripts/fdroid-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ git commit -a -m "Release for fdroid: $VERSION_NAME"
git tag "$VERSION_NAME-fdroid"
git push origin "$VERSION_NAME-fdroid"
git checkout main
git branch -d "release-fdroid-$VERSION_NAME"
git branch -D "release-fdroid-$VERSION_NAME"

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencyResolutionManagement {
mavenLocal()
google()
mavenCentral()
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven {
url = uri("https://jitpack.io")
content {
Expand Down

0 comments on commit 9de70b1

Please sign in to comment.