convert android.jar lib to a maven repo

This commit is contained in:
Aria Moradi
2021-09-28 17:55:50 +03:30
parent 819ceba17d
commit cd8b4c9dd7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ allprojects {
mavenCentral()
google()
maven("https://jitpack.io")
maven("https://github.com/Suwayomi/Tachidesk-Server/raw/android-jar/")
}
}