Skip to content

Commit

Permalink
Proguard Update. Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xlogix committed Mar 4, 2018
1 parent 694b421 commit a30ffd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,22 @@
-keep class sun.misc.Unsafe { *; }
-dontwarn java.nio.file.*
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
-dontwarn okio.**

# RetroLambda
-dontwarn java.lang.invoke.*
-dontwarn **$$Lambda$*

# okhttp3
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-dontwarn org.conscrypt.**
# A resource is loaded with a relative path so the package of this class must be preserved.
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase

# Basic proguard configuration to support all the devices
-keep class android.support.v4.** { *; }
-keep interface android.support.v7.** { *; }

-keep class android.support.v7.** { *; }
-keep interface android.support.v7.** { *; }

Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":14},"path":"app-release.apk","properties":{"packageId":"com.instify.android","split":"","minSdkVersion":"16"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":15},"path":"app-release.apk","properties":{"packageId":"com.instify.android","split":"","minSdkVersion":"16"}}]
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class TestPerformanceActivity extends AppCompatActivity {
private SQLiteHandler db = new SQLiteHandler(this);

// [START add_lifecycle_methods]

/**
* Called when leaving the activity
*/
Expand Down

0 comments on commit a30ffd2

Please sign in to comment.