补充
This commit is contained in:
parent
51dac754d0
commit
84a50effed
@ -94,6 +94,9 @@
|
|||||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
|
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
|
||||||
|
|
||||||
|
<!--appsflyer新增-->
|
||||||
|
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
|
||||||
|
|
||||||
<queries>
|
<queries>
|
||||||
<package android:name="com.twitter.android" />
|
<package android:name="com.twitter.android" />
|
||||||
<package android:name="jp.naver.line.android" />
|
<package android:name="jp.naver.line.android" />
|
||||||
|
@ -271,4 +271,8 @@ dependencies {
|
|||||||
// Add the following if you're using the Adjust SDK inside web views on your app
|
// 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'
|
api 'com.adjust.sdk:adjust-android-webbridge:4.38.5'
|
||||||
api 'com.google.android.gms:play-services-appset:16.0.2'
|
api 'com.google.android.gms:play-services-appset:16.0.2'
|
||||||
|
|
||||||
|
//appsflyer SDK
|
||||||
|
api 'com.appsflyer:af-android-sdk:6.12.1'
|
||||||
|
implementation "com.android.installreferrer:installreferrer:2.2"
|
||||||
}
|
}
|
||||||
|
4
common/proguard-rules.pro
vendored
4
common/proguard-rules.pro
vendored
@ -43,3 +43,7 @@
|
|||||||
boolean isLimitAdTrackingEnabled();
|
boolean isLimitAdTrackingEnabled();
|
||||||
}
|
}
|
||||||
-keep public class com.android.installreferrer.** { *; }
|
-keep public class com.android.installreferrer.** { *; }
|
||||||
|
#appsflyer
|
||||||
|
-keep class com.appsflyer.** { *; }
|
||||||
|
-keep class kotlin.jvm.internal.** { *; }
|
||||||
|
-keep public class com.android.installreferrer.** { *; }
|
Loading…
Reference in New Issue
Block a user