0.5.0 - Browse + Library Screen + Settings

This commit is contained in:
Acclorite 2024-02-15 14:15:19 +02:00
parent 17fa0973b8
commit 090d5fc003
117 changed files with 5648 additions and 210 deletions

View file

@ -3,6 +3,9 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://github.com/psiegman/mvn-repo/raw/master/releases")
}
}
}
dependencyResolutionManagement {
@ -10,6 +13,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("https://github.com/psiegman/mvn-repo/raw/master/releases")
}
}
}