Skip to content

Commit

Permalink
Merge pull request #437 from willowtreeapps/chore/435-deploy-to-play-…
Browse files Browse the repository at this point in the history
…alpha

Add missing proguard rules to enable release build
  • Loading branch information
PaulKlauser authored Oct 12, 2023
2 parents 055ca46 + 4a0eb93 commit e4d34b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@

-keepnames class androidx.navigation.fragment.NavHostFragment
-keepnames class com.willowtree.vocable.room.Category
-keepnames class com.willowtree.vocable.room.Phrase
-keepnames class com.willowtree.vocable.room.Phrase

-dontwarn com.google.ar.sceneform.animation.AnimationEngine
-dontwarn com.google.ar.sceneform.animation.AnimationLibraryLoader
-dontwarn com.google.ar.sceneform.assets.Loader
-dontwarn com.google.ar.sceneform.assets.ModelData
-dontwarn com.google.devtools.build.android.desugar.runtime.ThrowableExtension

0 comments on commit e4d34b4

Please sign in to comment.