Skip to content

Commit

Permalink
Adjust proguard-rules.pro so that we get sourcefile and line numbers …
Browse files Browse the repository at this point in the history
…included

Helps debugging
  • Loading branch information
tuomas2 committed Jun 29, 2023
1 parent f185e6f commit a349159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
-keep class net.bible.android.database.bookmarks.VerseRangeSerializer

# Google Drive
-keepattributes *Annotation*,InnerClasses,Signature
-keepattributes *Annotation*,InnerClasses,Signature,SourceFile,LineNumberTable
#,RuntimeVisibleAnnotations,AnnotationDefault
-keep class * extends com.google.api.client.json.GenericJson { *; }
-keep class com.google.api.services.drive.** { *; }
Expand Down
2 changes: 1 addition & 1 deletion db/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
-keep class net.bible.android.database.bookmarks.VerseRangeSerializer

# Google Drive
-keepattributes *Annotation*, InnerClasses,Signature
-keepattributes *Annotation*,InnerClasses,Signature,SourceFile,LineNumberTable
#,RuntimeVisibleAnnotations,AnnotationDefault
-keep class * extends com.google.api.client.json.GenericJson { *; }
-keep class com.google.api.services.drive.** { *; }
Expand Down

0 comments on commit a349159

Please sign in to comment.