diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2020-05-28 04:07:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 04:07:11 +0000 |
commit | 8d715956cb4b9462aa85df009f7946edb46737b5 (patch) | |
tree | 4713b6ce43ab25b0c4427150065dc1fa896c1d84 /app/proguard-rules.pro | |
parent | 07710908ba44f3ada4d95c1fffd3cb708029a633 (diff) | |
parent | 6126df39a5e1fc0a935327cfdedb4d15beba62be (diff) | |
download | infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.tar infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.tar.gz infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.tar.bz2 infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.tar.lz infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.tar.xz infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.tar.zst infinity-for-reddit-8d715956cb4b9462aa85df009f7946edb46737b5.zip |
Merge pull request #86 from TacoTheDank/master
Update gradle and dependencies
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro deleted file mode 100644 index f1b42451..00000000 --- a/app/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# 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 *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile |