This repository was archived by the owner on Jul 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ proguardFiles(proGuardFileCollection)
4040* [ ACRA 4.5.0] ( https://github.com/ACRA/acra )
4141* [ ActionBarSherlock 4.4.0] ( http://actionbarsherlock.com/ )
4242* [ ActiveAndroid] ( http://www.activeandroid.com/ )
43+ * [ Adjust] ( https://github.com/adjust/android_sdk )
4344* [ Amazon Web Services 1.6.x / 1.7.x] ( https://aws.amazon.com/releasenotes/Android/1855915734308772 )
4445* [ Amazon Web Services 2.1.x] ( https://github.com/aws/aws-sdk-android )
4546* [ AndroidAnnotations] ( http://androidannotations.org/ )
@@ -89,4 +90,3 @@ defaultConfig {
8990 consumerProguardFiles 'proguard-file.pro'
9091}
9192```
92-
Original file line number Diff line number Diff line change 1+ -keep class com.adjust.sdk.plugin.MacAddressUtil {
2+ java.lang.String getMacAddress(android.content.Context);
3+ }
4+ -keep class com.adjust.sdk.plugin.AndroidIdUtil {
5+ java.lang.String getAndroidId(android.content.Context);
6+ }
7+ -keep class com.google.android.gms.common.ConnectionResult {
8+ int SUCCESS;
9+ }
10+ -keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
11+ com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo (android.content.Context);
12+ }
13+ -keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {
14+ java.lang.String getId ();
15+ boolean isLimitAdTrackingEnabled();
16+ }
You can’t perform that action at this time.
0 commit comments