mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-06-08 21:58:49 +00:00
30 lines
813 B
Diff
30 lines
813 B
Diff
--- a/build.gradle
|
|
+++ b/build.gradle
|
|
@@ -8,14 +8,10 @@
|
|
flatDir {
|
|
dirs 'libs'
|
|
}
|
|
- maven {
|
|
- url 'https://maven.fabric.io/public'
|
|
- }
|
|
}
|
|
dependencies {
|
|
classpath 'com.google.gms:google-services:4.3.3'
|
|
classpath 'com.android.tools.build:gradle:3.5.3'
|
|
- classpath 'io.fabric.tools:gradle:1.31.0'
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
// in the individual module build.gradle files
|
|
@@ -26,12 +22,6 @@
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
- maven {
|
|
- url 'https://maven.fabric.io/public'
|
|
- }
|
|
- maven {
|
|
- url 'https://dl.bintray.com/rikkaw/Shizuku'
|
|
- }
|
|
maven { url "https://jitpack.io" }
|
|
}
|
|
}
|