mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-10 06:26:15 +00:00
* fix: match project root to repo name * feat: hide navigation bar until swiped * fix: limit announcements to official * feat: keep navigation visible for back * fix: remove a duplicate permission
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
rootProject.name = "Dantotsu"
|
|
include(":app")
|