Hello, it would be nice if the java example project could be updated. I haven't encountered a specific problem, but the project isn't really all that clean imo.
In general IntelliJ gives a lot of linter warnings on this project. Twice there is code that compares strings with ==.
The project still uses an old save link instead of the new pay.google.com one.
private static String SAVE_LINK = "https://www.android.com/payapp/savetoandroidpay/";
Hello, it would be nice if the java example project could be updated. I haven't encountered a specific problem, but the project isn't really all that clean imo.
In general IntelliJ gives a lot of linter warnings on this project. Twice there is code that compares strings with
==
.The project still uses an old save link instead of the new pay.google.com one.
private static String SAVE_LINK = "https://www.android.com/payapp/savetoandroidpay/";