Skip to content

Commit a30ffd2

Browse files
committed
Proguard Update. Release 2.0.2
1 parent 694b421 commit a30ffd2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

app/proguard-rules.pro

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,22 @@
3030
-keep class sun.misc.Unsafe { *; }
3131
-dontwarn java.nio.file.*
3232
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
33-
-dontwarn okio.**
3433

3534
# RetroLambda
3635
-dontwarn java.lang.invoke.*
3736
-dontwarn **$$Lambda$*
3837

38+
# okhttp3
39+
-dontwarn okhttp3.**
40+
-dontwarn okio.**
41+
-dontwarn javax.annotation.**
42+
-dontwarn org.conscrypt.**
43+
# A resource is loaded with a relative path so the package of this class must be preserved.
44+
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
45+
3946
# Basic proguard configuration to support all the devices
4047
-keep class android.support.v4.** { *; }
4148
-keep interface android.support.v7.** { *; }
42-
4349
-keep class android.support.v7.** { *; }
4450
-keep interface android.support.v7.** { *; }
4551

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":14},"path":"app-release.apk","properties":{"packageId":"com.instify.android","split":"","minSdkVersion":"16"}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":15},"path":"app-release.apk","properties":{"packageId":"com.instify.android","split":"","minSdkVersion":"16"}}]

app/src/main/java/com/instify/android/ux/TestPerformanceActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class TestPerformanceActivity extends AppCompatActivity {
3535
private SQLiteHandler db = new SQLiteHandler(this);
3636

3737
// [START add_lifecycle_methods]
38-
3938
/**
4039
* Called when leaving the activity
4140
*/

0 commit comments

Comments
 (0)