Skip to content

Commit

Permalink
Add array's to proguard's dontwarn rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Aug 21, 2023
1 parent d62b2ba commit 43c3eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
# > Task :modules:services:model:minifyReleaseWithR8 FAILED
# ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in ~/pocket-casts-android/modules/services/model/build/outputs/mapping/release/missing_rules.txt.
# ERROR: R8: Missing class au.com.shiftyjelly.pocketcasts.localization.R$string (referenced from: void au.com.shiftyjelly.pocketcasts.models.type.SubscriptionFrequency.<clinit>())
-dontwarn au.com.shiftyjelly.pocketcasts.*.R$array
-dontwarn au.com.shiftyjelly.pocketcasts.*.R$attr
-dontwarn au.com.shiftyjelly.pocketcasts.*.R$color
-dontwarn au.com.shiftyjelly.pocketcasts.*.R$drawable
Expand Down

0 comments on commit 43c3eda

Please sign in to comment.