This repository has been archived by the owner on Aug 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged hotfix/appNotFunctioning into master
- Loading branch information
Showing
4 changed files
with
28 additions
and
41 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 |
---|---|---|
@@ -1,42 +1,24 @@ | ||
# Add project specific ProGuard rules here. | ||
# By default, the flags in this file are appended to flags specified | ||
# in C:\Users\Malik\AppData\Local\Android\Sdk/tools/proguard/proguard-android.txt | ||
# You can edit the include path and order by changing the proguardFiles | ||
# directive in build.gradle. | ||
# | ||
# For more details, see | ||
# http://developer.android.com/guide/developing/tools/proguard.html | ||
|
||
# Add any project specific keep options here: | ||
-dontobfuscate | ||
-dontwarn ** | ||
-ignorewarnings | ||
-dontoptimize | ||
|
||
# If your project uses WebView with JS, uncomment the following | ||
# and specify the fully qualified class name to the JavaScript interface | ||
# class: | ||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { | ||
# public *; | ||
#} | ||
-keepattributes * | ||
|
||
-dontwarn com.google.** | ||
-keep class de.m4lik.burningseries.** { *; } | ||
|
||
-keep class com.squareup.okhttp.** { *; } | ||
-keep class retrofit.** { *; } | ||
-keep interface com.squareup.okhttp.** { *; } | ||
# keeps views and other stuff. Support library fails without this. | ||
-keep class android.support.v7.widget.SearchView { *; } | ||
|
||
-dontwarn com.squareup.okhttp.** | ||
-dontwarn okio.** | ||
-dontwarn retrofit.** | ||
-dontwarn rx.** | ||
-dontwarn retrofit2.Platform$Java8 | ||
# this is for butterknife | ||
-keep class **$$ViewBinder { *; } | ||
|
||
-keepclasseswithmembers class * { | ||
@retrofit.http.* <methods>; | ||
} | ||
|
||
# If in your rest service interface you use methods with Callback argument. | ||
-keepattributes Exceptions | ||
|
||
# If your rest service methods throw custom exceptions, because you've defined an ErrorHandler. | ||
-keepattributes Signature | ||
|
||
-keep class com.wang.avi.** { *; } | ||
-keep class com.wang.avi.indicators.** { *; } | ||
# keep enums! | ||
-keepclassmembers enum * { | ||
public static **[] values(); | ||
public static ** valueOf(java.lang.String); | ||
**[] $VALUES; | ||
public *; | ||
} |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#Sun Jan 29 21:56:06 CET 2017 | ||
VERSION_BUILD=127 | ||
#Mon Jan 30 01:40:21 CET 2017 | ||
VERSION_BUILD=137 |