Skip to content

Commit 330c124

Browse files
committed
Change to implementation
1 parent 2147117 commit 330c124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
}
5656

5757
api 'com.segment.analytics.android:analytics:4.3.1'
58-
api 'com.google.firebase:firebase-core:17.0.1'
58+
implementation 'com.google.firebase:firebase-core:17.0.1'
5959

6060
testImplementation 'com.segment.analytics.android:analytics-tests:4.3.1'
6161
testImplementation 'junit:junit:4.12'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.segment.analytics.android.integrations
22

3-
VERSION=1.3.0
3+
VERSION=1.3.1
44

55
POM_ARTIFACT_ID=firebase
66
POM_PACKAGING=aar

0 commit comments

Comments
 (0)