We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey guys!
I'm using latest version of your SDK compile "com.braintreepayments.api:braintree:2.3.10"
compile "com.braintreepayments.api:braintree:2.3.10"
where you've mentioned that you moved ProGuard directives inside SDK Include ProGuard directives in the SDK https://github.com/braintree/braintree_android/blob/master/CHANGELOG.md#2310
Include ProGuard directives in the SDK
but my build fails with such warnings:
Warning: com.braintreepayments.api.DataCollector$2$1: can't find superclass or interface com.kount.api.DataCollector$CompletionHandler Warning: com.braintreepayments.api.DataCollector: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector$LocationConfig Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector$LocationConfig Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector$CompletionHandler Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$CompletionHandler Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$Error Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$Error Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$Error
And in file https://github.com/braintree/braintree_android/blob/master/Braintree/proguard.pro you have different rules then in SDK and looks like the missing one is -dontwarn com.kount.**
-dontwarn com.kount.**
Could you, please, add it to next version?
Best Regards Nick
The text was updated successfully, but these errors were encountered:
Hey @nzakharchenko !
We will be adding -dontwarn com.kount.** in the next release.
See #123
Sorry, something went wrong.
Thank you @quinnjn !
No branches or pull requests
Hey guys!
I'm using latest version of your SDK
compile "com.braintreepayments.api:braintree:2.3.10"
where you've mentioned that you moved ProGuard directives inside SDK
Include ProGuard directives in the SDK
https://github.com/braintree/braintree_android/blob/master/CHANGELOG.md#2310but my build fails with such warnings:
Warning: com.braintreepayments.api.DataCollector$2$1: can't find superclass or interface com.kount.api.DataCollector$CompletionHandler Warning: com.braintreepayments.api.DataCollector: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector$LocationConfig Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector$LocationConfig Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector$CompletionHandler Warning: com.braintreepayments.api.DataCollector$2: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$CompletionHandler Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$Error Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$Error Warning: com.braintreepayments.api.DataCollector$2$1: can't find referenced class com.kount.api.DataCollector$Error
And in file https://github.com/braintree/braintree_android/blob/master/Braintree/proguard.pro you have different rules then in SDK and looks like the missing one is
-dontwarn com.kount.**
Could you, please, add it to next version?
Best Regards
Nick
The text was updated successfully, but these errors were encountered: