fdroiddata/metadata/com.aefyr.sai.fdroid/build.patch

28 lines
726 B
Diff
Raw Permalink Normal View History

--- a/build.gradle
+++ b/build.gradle
2020-04-26 02:22:08 +00:00
@@ -7,14 +7,9 @@
flatDir {
dirs 'libs'
}
- maven {
- url 'https://maven.fabric.io/public'
- }
}
dependencies {
2020-03-30 15:18:26 +00:00
- classpath 'com.google.gms:google-services:4.3.3'
2020-04-26 02:22:08 +00:00
classpath 'com.android.tools.build:gradle:3.6.3'
- classpath 'io.fabric.tools:gradle:1.31.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
2020-04-26 02:22:08 +00:00
@@ -25,9 +20,6 @@
repositories {
google()
jcenter()
- maven {
- url 'https://maven.fabric.io/public'
- }
maven { url "https://jitpack.io" }
}
}