Rewrite: Complete Release Tweaks

This commit is contained in:
Daniel 2025-11-16 21:10:12 +03:00
parent 188bc459b1
commit 300fceae98
11 changed files with 45 additions and 51 deletions

View file

@ -19,10 +19,8 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://dl.bintray.com/termux/termux-packages/") }
maven { url = uri("https://grimler.se/termux-packages/") }
}
}
rootProject.name = "vedroid"
rootProject.name = "AndroidSSHClient"
include(":app")