This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from twitterdev/updating_dependencies
updating Fabric to the newest version
- Loading branch information
Showing
4 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# MoPub proguard configuration | ||
# '-include' this file in your proguard config | ||
# Autogenerated file -- Do not modify | ||
|
||
# Keep public classes and methods. | ||
-keepclassmembers class com.mopub.** { public *; } | ||
-keep public class com.mopub.** | ||
-keep public class android.webkit.JavascriptInterface {} | ||
|
||
# Explicitly keep any custom event classes in any package. | ||
-keep class * extends com.mopub.mobileads.CustomEventBanner {} | ||
-keep class * extends com.mopub.mobileads.CustomEventInterstitial {} | ||
-keep class * extends com.mopub.nativeads.CustomEventNative {} | ||
|
||
# Support for Android Advertiser ID. | ||
-keep class com.google.android.gms.common.GooglePlayServicesUtil {*;} | ||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {*;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Twitter Core proguard configuration | ||
# '-include' this file in your proguard config | ||
# Autogenerated file -- Do not modify | ||
|
||
# retrofit specific | ||
-dontwarn com.squareup.okhttp.** | ||
-dontwarn com.google.appengine.api.urlfetch.** | ||
-dontwarn rx.** | ||
-dontwarn retrofit.** | ||
-keepattributes Signature | ||
-keepattributes *Annotation* | ||
-keep class com.squareup.okhttp.** { *; } | ||
-keep interface com.squareup.okhttp.** { *; } | ||
-keep class retrofit.** { *; } | ||
-keepclasseswithmembers class * { | ||
@retrofit.http.* <methods>; | ||
} |