diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md deleted file mode 100644 index d13fb1d2..00000000 --- a/.gitlab/issue_templates/Bug.md +++ /dev/null @@ -1,24 +0,0 @@ -### Summary - -(Summarize the bug encountered concisely) - -### Steps to reproduce - -(How one can reproduce the issue) - -### Expected behavior - -(What should normally happen) - -### Actual behavior - -(What actually happens instead) - -### Relevant logs and/or screenshots - -(Paste any relevant logs using code blocks (```) to format console output, -logs, and code) - -### Possible fixes - -(If you can, link to the line of code that might be responsible for the problem) diff --git a/.gitlab/issue_templates/Improvement.md b/.gitlab/issue_templates/Improvement.md deleted file mode 100644 index bce0589e..00000000 --- a/.gitlab/issue_templates/Improvement.md +++ /dev/null @@ -1,5 +0,0 @@ -### Description - -### Proposal - -### Links / references diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b00af7bc..5b6e2458 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -16,6 +16,9 @@ # public *; #} +# Don't obfuscate code (due to issues in Firebase) +-dontobfuscate + # OkHttp -dontwarn okio.** -dontwarn javax.annotation.Nullable @@ -33,5 +36,5 @@ # android-gif-drawable -keep public class pl.droidsonroids.gif.GifIOException{(int, java.lang.String);} -#JSoup +# JSoup -keep class org.jsoup.** \ No newline at end of file