Closed savelyevdm closed 2 weeks ago
fixed at 3.6.4
@AlexeyKhrameev Hi, Alexey!
Thank you! Found new proguard rules in mobile-sdk-android-ui-ecommpay/consumer-rules.pro
in 3.6.5, but they are not included in resulting AAR archiive, as are not mentioned in mobile-sdk-android-ui-ecommpay/build.gradle.kts
. According to documentation I'm expecting to see smth like:
android {
defaultConfig {
consumerProguardFiles("lib-proguard-rules.txt")
}
...
}
... in order to see progurd.txt in resulting AAR archive.
@AlexeyKhrameev Thank you, in 3.6.6
issue is completely fixed 😉
Hi!
I has passed more than year since one of your clients faced an issue with your library after minification: https://github.com/ITECOMMPAY/mobile-sdk-android-ui/issues/4 But there are still no rules in 3.6.1 and our app crashed today after building a release android build.
Please, be kind and provide library-specific ProGuard rules so your client's apps can be successfully build without any additional effort. Piece of Google's advice:
P.S. After using rules from referenced issue - problem was solved and app successfully builds now.