Hey peoples,
I'm facing issue with the Appwrite Android SDK. Issue is when I'm enabling isMinifyEnabled = true in the build.gradle for the release variant, whenever I called account.get() it crashes always. And when I disable this flag this issue is no longer coming.
I'm adding here screenshot for the more reference.
Even I tried to exclude the module of Appwrite using proguard but issue still persists. Will anyone please help? My release has been halted due to this.
Even I'm pro user but I didn't get any support from Appwrite team. It's feel like I did a huge mistake while using this SDK. I don't even no if I get reply here. If anyone have faced similar issue in past, please let me know. Your help will be highly appreciated.
Thank you
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...