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.
1 parent 567ac16 commit acd0f2fCopy full SHA for acd0f2f
packages/core/android/build.gradle
@@ -39,7 +39,7 @@ repositories {
39
}
40
41
dependencies {
42
- api 'com.segment.analytics.android:analytics:4.6.0'
+ api 'com.segment.analytics.android:analytics:4.+'
43
44
api 'com.facebook.react:react-native:+'
45
api "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : defaultKotlinVersion}"
0 commit comments