Skip to content

Commit acd0f2f

Browse files
authored
fix(android): bump android dependency (#214)
1 parent 567ac16 commit acd0f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
42-
api 'com.segment.analytics.android:analytics:4.6.0'
42+
api 'com.segment.analytics.android:analytics:4.+'
4343

4444
api 'com.facebook.react:react-native:+'
4545
api "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : defaultKotlinVersion}"

0 commit comments

Comments
 (0)