Skip to content

Commit 4a0eb93

Browse files
committed
Add missing proguard rules to enable release build
1 parent dc3f7c3 commit 4a0eb93

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/proguard-rules.pro

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@
2929

3030
-keepnames class androidx.navigation.fragment.NavHostFragment
3131
-keepnames class com.willowtree.vocable.room.Category
32-
-keepnames class com.willowtree.vocable.room.Phrase
32+
-keepnames class com.willowtree.vocable.room.Phrase
33+
34+
-dontwarn com.google.ar.sceneform.animation.AnimationEngine
35+
-dontwarn com.google.ar.sceneform.animation.AnimationLibraryLoader
36+
-dontwarn com.google.ar.sceneform.assets.Loader
37+
-dontwarn com.google.ar.sceneform.assets.ModelData
38+
-dontwarn com.google.devtools.build.android.desugar.runtime.ThrowableExtension

0 commit comments

Comments
 (0)