greybax / cordova-plugin-proguard

:white_square_button: Cordova Plugin for ProGuard
MIT License
51 stars 265 forks source link

Add com.android.vending.billing #16

Closed Gerarddus closed 4 years ago

Gerarddus commented 4 years ago

I think it might be a good idea to add something like:

-keep class com.android.vending.billing.** { *; }

to the proguard-custom.txt. Because obfuscation is probably used when the app has subscriptions/inapppurchases etc. Maybe there's a way of making it optional when installing the plugin?

greybax commented 4 years ago

@Gerarddus make sense! Let's add it. Will you prepare PR? :)

greybax commented 4 years ago

Related PR #17 and https://github.com/greybax/cordova-plugin-proguard/pull/21