Remove renaming source file in R8 (#227)

This commit is contained in:
Rafał Borcz 2019-01-25 19:20:13 +01:00 committed by Mikołaj Pich
parent d3c13b8fc3
commit ffc2ef9a4e
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@
#Config for anallitycs #Config for anallitycs
-keepattributes *Annotation* -keepattributes *Annotation*
-keepattributes SourceFile,LineNumberTable -keepattributes SourceFile,LineNumberTable
-renamesourcefileattribute SourceFile
-keep class com.crashlytics.** {*;} -keep class com.crashlytics.** {*;}
-keep public class * extends java.lang.Exception -keep public class * extends java.lang.Exception
-dontwarn com.crashlytics.** -dontwarn com.crashlytics.**

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.3.11' ext.kotlin_version = '1.3.20'
repositories { repositories {
mavenCentral() mavenCentral()
google() google()