Add dice roll sharing

This commit is contained in:
Thomas Andres Gomez 2023-12-22 16:08:16 +01:00
parent 41a094009d
commit 980a7e7929
37 changed files with 745 additions and 327 deletions

View file

@ -35,4 +35,4 @@
# 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.data.model.CharacterSheetFire.** { *; }
-keepclassmembers class com.pixelized.rplexicon.data.network.CharacterSheetFire.** { *; }