新增 Adjust 埋点
This commit is contained in:
@@ -264,4 +264,10 @@ dependencies {
|
||||
|
||||
//下标切换器 https://github.com/angcyo/DslTabLayout
|
||||
api project(':TabLayout')
|
||||
|
||||
//Adjust SDK
|
||||
api 'com.adjust.sdk:adjust-android:4.38.5'
|
||||
api 'com.android.installreferrer:installreferrer:2.2'
|
||||
// Add the following if you're using the Adjust SDK inside web views on your app
|
||||
api 'com.adjust.sdk:adjust-android-webbridge:4.38.5'
|
||||
}
|
||||
|
||||
16
common/proguard-rules.pro
vendored
16
common/proguard-rules.pro
vendored
@@ -28,4 +28,18 @@
|
||||
-ignorewarnings
|
||||
-keep class com.qiniu.**{*;}
|
||||
-keep class com.qiniu.**{public <init>();}
|
||||
-ignorewarnings
|
||||
-ignorewarnings
|
||||
|
||||
#adjust.sdk
|
||||
-keep class com.adjust.sdk.** { *; }
|
||||
-keep class com.google.android.gms.common.ConnectionResult {
|
||||
int SUCCESS;
|
||||
}
|
||||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
|
||||
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context);
|
||||
}
|
||||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {
|
||||
java.lang.String getId();
|
||||
boolean isLimitAdTrackingEnabled();
|
||||
}
|
||||
-keep public class com.android.installreferrer.** { *; }
|
||||
Reference in New Issue
Block a user