I don't see any changes in code, but the dependencies of version 5.1.2 have scope runtime, so they are missing in code, that uses this library.
see
https://mvnrepository.com/artifact/nl.martijndwars/web-push/5.1.2/dependencies
vs
https://mvnrepository.com/artifact/nl.martijndwars/web-push/5.1.1/dependencies
as you can see they had "compile" scope bevor. Is it intentional? I think, the scope has to be changed to "api" in Gradle build
I don't see any changes in code, but the dependencies of version 5.1.2 have scope runtime, so they are missing in code, that uses this library.
see
https://mvnrepository.com/artifact/nl.martijndwars/web-push/5.1.2/dependencies
vs
https://mvnrepository.com/artifact/nl.martijndwars/web-push/5.1.1/dependencies
as you can see they had "compile" scope bevor. Is it intentional? I think, the scope has to be changed to "api" in Gradle build