You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@christyjacob4 Is this problem resolved? Because of this I'm getting issue in Account class. Or is there any idea to keep appwrite module outside of minifyenabled? Since my project will use isMinifyEnabled = true.
I had the same issue and got this error only on the release build: b2.a: Invalid query method: W at y1.b$c.b(SourceFile:149) W at j5.e$a.run(SourceFile:52)
fixed by adding this line to proguard-rules file:
-keep class io.appwrite.** { *; }
🔖 Feature description
Add proguard/R8 rules
🎤 Pitch
Add proguard/R8 rules for minify & shrinkResources
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: