I save the json
presentation of some objects as cache in my app. I had no problem after updating each release of the app and json
objects was correctly converted to java objects. After updating to android gradle plugin 3.5 (Adding this line):
classpath 'com.android.tools.build:gradle:3.5.0'
When I create the release apk, It seems that it can't convert the json
string to java objects and it seems that the obfuscated names has changed. When I revert it to gradle plugin 3.4.2, everything is OK. So what is the problem and how can I fix that?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…