Update build.gradle

This commit is contained in:
shankar yadav
2022-01-03 14:35:52 +05:30
committed by GitHub Enterprise
parent 7da9c15e0a
commit 116ba5ce2c

View File

@@ -38,7 +38,7 @@ dependencies {
// for UXCam
implementation 'com.uxcam:uxcam:3.3.5@aar'
//Appsflyer sdk integration
implementation 'com.appsflyer:af-android-sdk:5.3.0'
implementation 'com.appsflyer:af-android-sdk:6.3.2'
// for Singular
implementation 'com.singular.sdk:singular_sdk:9.4.1'
// Timber for logging
@@ -53,4 +53,4 @@ dependencies {
implementation 'com.google.firebase:firebase-crashlytics:17.3.0'
// NeoEyed SDK
implementation project(":neoeyed-sdk-release-3.3.1")
}
}