File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222}
2323
2424dependencies {
25- implementation ' com.appsflyer:af-android-sdk:6.8.0 '
25+ implementation ' com.appsflyer:af-android-sdk:6.8.2 '
2626 compileOnly ' com.android.installreferrer:installreferrer:2.1'
2727 compileOnly ' com.segment.analytics.android:analytics:4.+'
2828 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 1919
2020GROUP =com.appsflyer
2121
22- VERSION_CODE =9
23- VERSION_NAME =6.8.0
22+ VERSION_CODE =10
23+ VERSION_NAME =6.8.2
2424POM_ARTIFACT_ID =segment-android-integration
2525POM_PACKAGING =aar
2626
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ dependencies {
2727 implementation project(path : ' :app' )
2828 testImplementation ' junit:junit:4.12'
2929 implementation ' com.android.support:appcompat-v7:28.0.0'
30- implementation ' com.appsflyer:af-android-sdk:6.8.0 '
30+ implementation ' com.appsflyer:af-android-sdk:6.8.2 '
3131 // noinspection GradleDynamicVersion
3232 implementation ' com.segment.analytics.android:analytics:4.+'
33- // compile 'com.appsflyer:segment-android-integration:6.8.0 '
33+ // compile 'com.appsflyer:segment-android-integration:6.8.2 '
3434 implementation ' com.android.installreferrer:installreferrer:2.1'
3535 // compile project(':app')
3636 // compile 'com.google.firebase:firebase-crash:9.4.0'
You can’t perform that action at this time.
0 commit comments