Adjust集成

This commit is contained in:
wushaocheng
2022-11-04 17:19:55 +08:00
parent f683083d9a
commit 2b42171be3
7 changed files with 53 additions and 3 deletions

View File

@@ -249,9 +249,18 @@ dependencies {
implementation 'com.github.zhpanvip:BannerViewPager:3.5.6'
//fireBase
implementation platform('com.google.firebase:firebase-bom:25.12.0')
implementation 'com.google.firebase:firebase-analytics:21.0.0'
//Adjust接入
implementation 'com.adjust.sdk:adjust-android:4.33.0'
implementation 'com.android.installreferrer:installreferrer:2.2'
// Add the following if you are using the Adjust SDK inside web views on your app
implementation 'com.adjust.sdk:adjust-android-webbridge:4.33.0'
//Google Play Referrer API
implementation 'com.android.installreferrer:installreferrer:2.2'
}
channel {