-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bugs for release and added proguard rules
- Loading branch information
Showing
21 changed files
with
494 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 3, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "de.datlag.burningseries", | ||
"variantName": "release", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"attributes": [], | ||
"versionCode": 1, | ||
"versionName": "1.0.0", | ||
"outputFile": "app-release.apk" | ||
} | ||
], | ||
"elementType": "File" | ||
} |
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
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,56 @@ | ||
-keepnames class * extends android.os.Parcelable | ||
-keepnames class * extends java.io.Serializable | ||
|
||
|
||
-if @kotlinx.serialization.Serializable class ** | ||
-keepclassmembers class <1> { | ||
static <1>$Companion Companion; | ||
} | ||
|
||
-if @kotlinx.serialization.Serializable class ** { | ||
static **$* *; | ||
} | ||
-keepclassmembers class <1>$<3> { | ||
kotlinx.serialization.KSerializer serializer(...); | ||
} | ||
|
||
-if @kotlinx.serialization.Serializable class ** { | ||
public static ** INSTANCE; | ||
} | ||
-keepclassmembers class <1> { | ||
public static <1> INSTANCE; | ||
kotlinx.serialization.KSerializer serializer(...); | ||
} | ||
|
||
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault | ||
-keepattributes InnerClasses | ||
|
||
-keepnames class <1>$$serializer { | ||
static <1>$$serializer INSTANCE; | ||
} | ||
|
||
-keepattributes Signature, InnerClasses, EnclosingMethod | ||
-keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations | ||
-keepattributes AnnotationDefault | ||
|
||
-keepclassmembers,allowshrinking,allowobfuscation interface * { | ||
@retrofit2.http.* <methods>; | ||
} | ||
|
||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement | ||
-dontwarn javax.annotation.** | ||
-dontwarn kotlin.Unit | ||
-dontwarn retrofit2.KotlinExtensions | ||
|
||
-if interface * { @retrofit2.http.* <methods>; } | ||
-keep,allowobfuscation interface <1> | ||
|
||
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation | ||
|
||
-dontwarn javax.annotation.** | ||
-dontwarn org.codehaus.mojo.animal_sniffer.* | ||
-dontwarn okhttp3.internal.platform.** | ||
-dontwarn org.conscrypt.** | ||
-dontwarn org.bouncycastle.** | ||
-dontwarn org.openjsse.** | ||
-dontwarn org.codehaus.mojo.animal_sniffer.* |
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,4 @@ | ||
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; } | ||
-keepnames class * extends android.os.Parcelable | ||
-keepnames class * extends java.io.Serializable | ||
|
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,2 @@ | ||
-keepnames class * extends android.os.Parcelable | ||
-keepnames class * extends java.io.Serializable |
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,64 @@ | ||
-keepnames class * extends android.os.Parcelable | ||
-keepnames class * extends java.io.Serializable | ||
|
||
|
||
-if @kotlinx.serialization.Serializable class ** | ||
-keepclassmembers class <1> { | ||
static <1>$Companion Companion; | ||
} | ||
|
||
-if @kotlinx.serialization.Serializable class ** { | ||
static **$* *; | ||
} | ||
-keepclassmembers class <1>$<3> { | ||
kotlinx.serialization.KSerializer serializer(...); | ||
} | ||
|
||
-if @kotlinx.serialization.Serializable class ** { | ||
public static ** INSTANCE; | ||
} | ||
-keepclassmembers class <1> { | ||
public static <1> INSTANCE; | ||
kotlinx.serialization.KSerializer serializer(...); | ||
} | ||
|
||
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault,InnerClasses | ||
|
||
-if @kotlinx.serialization.Serializable class | ||
de.datlag.model.m3o.db.Count, | ||
de.datlag.model.m3o.db.Count$Request, | ||
de.datlag.model.m3o.image.Convert, | ||
de.datlag.model.m3o.image.Convert$RequestBase64, | ||
de.datlag.model.m3o.image.Convert$RequestURL | ||
{ | ||
static **$* *; | ||
} | ||
-keepnames class <1>$$serializer { | ||
static <1>$$serializer INSTANCE; | ||
} | ||
|
||
-keepattributes Signature, InnerClasses, EnclosingMethod | ||
-keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations | ||
-keepattributes AnnotationDefault | ||
|
||
-keepclassmembers,allowshrinking,allowobfuscation interface * { | ||
@retrofit2.http.* <methods>; | ||
} | ||
|
||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement | ||
-dontwarn javax.annotation.** | ||
-dontwarn kotlin.Unit | ||
-dontwarn retrofit2.KotlinExtensions | ||
|
||
-if interface * { @retrofit2.http.* <methods>; } | ||
-keep,allowobfuscation interface <1> | ||
|
||
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation | ||
|
||
-dontwarn javax.annotation.** | ||
-dontwarn org.codehaus.mojo.animal_sniffer.* | ||
-dontwarn okhttp3.internal.platform.** | ||
-dontwarn org.conscrypt.** | ||
-dontwarn org.bouncycastle.** | ||
-dontwarn org.openjsse.** | ||
-dontwarn org.codehaus.mojo.animal_sniffer.* |
Oops, something went wrong.