We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
implementation
1 parent 2147117 commit 330c124Copy full SHA for 330c124
build.gradle
@@ -55,7 +55,7 @@ dependencies {
55
}
56
57
api 'com.segment.analytics.android:analytics:4.3.1'
58
- api 'com.google.firebase:firebase-core:17.0.1'
+ implementation 'com.google.firebase:firebase-core:17.0.1'
59
60
testImplementation 'com.segment.analytics.android:analytics-tests:4.3.1'
61
testImplementation 'junit:junit:4.12'
gradle.properties
@@ -1,6 +1,6 @@
1
GROUP=com.segment.analytics.android.integrations
2
3
-VERSION=1.3.0
+VERSION=1.3.1
4
5
POM_ARTIFACT_ID=firebase
6
POM_PACKAGING=aar
0 commit comments