Add realtime database to the APP.
This commit is contained in:
parent
e2209bf005
commit
ee81f9082d
50 changed files with 1478 additions and 342 deletions
13
app/proguard-rules.pro
vendored
13
app/proguard-rules.pro
vendored
|
|
@ -21,9 +21,18 @@
|
|||
-renamesourcefileattribute SourceFile
|
||||
|
||||
## --------------- GOOGLE API ---------------
|
||||
|
||||
-keepclassmembers class * {
|
||||
@com.google.api.client.util.Key <fields>;
|
||||
}
|
||||
-keep class com.google.api.services.sheets.** { *; }
|
||||
-keep class com.fasterxml.** { *; }
|
||||
-keep class com.fasterxml.** { *; }
|
||||
|
||||
## --------------- Firebase RealTime Database ---------------
|
||||
|
||||
# Add this global rule
|
||||
-keepattributes Signature
|
||||
|
||||
# This rule will properly ProGuard all the model classes in
|
||||
# the package com.yourcompany.models.
|
||||
# Modify this rule to fit the structure of your app.
|
||||
-keepclassmembers class com.pixelized.rplexicon.model.CharacterSheetFire.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue