Johannes la Poutre

Results 12 issues of Johannes la Poutre

Fix for #221 where the now removed `jcenter` breaks android builds using gradle >= 9.0

The deprecated `jcenter` has finally completedly removed as of gradle v9.0 This breaks the Android build. Just using `google` and `mavenCentral` and removing of `jcenter` from `build.gradle` fixes this issue...