amahi / android

Amahi Android App
GNU General Public License v3.0
165 stars 277 forks source link

Build fails due to bintray #757

Open cpg opened 3 years ago

cpg commented 3 years ago

Describe the issue Bintray shut down. We should support the new way of getting Gradle plugins: via the Gradle plugin publish plugin

See https://plugins.gradle.org/docs/bintray

Looks like registration is required or something. How will this be automated?

To Reproduce or Feature details Errors happen when trying to build.

duttabhishek0 commented 3 years ago

Hey, the error is due to the fact that jcenter() is present as a dependency in the gradle.build file. Removing it will resolve the problem. Can I work on this issue?