Yuru Shao
Yuru Shao
我测试时候发现当生成的apk里有多个dex时,会出现ClassNotFoundException,在`build.gradle`里把`multiDexEnabled`设置成`false`可以(暂时)解决这个问题。 ``` android { defaultConfig { ... multiDexEnabled = false } } ```
@dependabot rebase
@dependabot rebase
> The encryption key would be transported in the fragment part of the URL following the hash sign that never gets sent to the server. Yeah this is a good...
i18n might not be working, and we should test again after https://github.com/pinterest/snappass/pull/375 is merged.