Skip to content

Commit 994369a

Browse files
committed
Updated stuff + downgraded Google Services to 4.3.8
1 parent 1a94dc3 commit 994369a

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

CommonUtils

app/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,7 @@ dependencies {
9494

9595
implementation project(':aria2lib')
9696
implementation(project(':CommonUtils')) {
97-
exclude group: 'me.toptas.fancyshowcase'
98-
}
99-
}
100-
101-
task printVersionName {
102-
doLast {
103-
println android.defaultConfig.versionName
97+
exclude group: 'com.github.faruktoptas', module: 'FancyShowCaseView'
10498
}
10599
}
106100

aria2lib

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
buildscript {
22
repositories {
3-
jcenter()
43
google()
4+
mavenCentral()
55
}
66

77
dependencies {
88
classpath 'com.android.tools.build:gradle:7.0.0'
9-
classpath 'com.google.gms:google-services:4.3.9'
9+
classpath 'com.google.gms:google-services:4.3.8'
1010
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1'
1111
}
1212
}
1313

1414
allprojects {
1515
repositories {
16-
jcenter()
1716
google()
17+
mavenCentral()
1818
maven { url "https://jitpack.io" }
1919
}
2020
}

0 commit comments

Comments
 (0)