Benjamin Demetz
Benjamin Demetz
Same as issue #32
You need to add `jcenter()` to your build.gradle file, like this: ```gradle allprojects { repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven...
I don't think this has anything to do with this project, but to me, it looks like when you click on the song it tries to open an Activity which...
This is very important @gauravk95, please move the project to mavencentral. It would also solve a lot of issues like: #33, #32, #31 adn #29
Could you please share a screenshot of the error you are getting, or copy-paste the stack trace? Also make sure that you have included `jcenter()` in your build.gradle file: ```...
@shinkawar > i have same problem, help me :< How does your `build.gradle` file look like?
Website (https://nomacs.org/) is down again
Thank you simon. I also have an update: I managed to publish my app on snapcraft
My approach to creating a snap looked something like this: - Take a basic template for Rust snap - Add/Change a line - Commit the file to GitHub - Wait...
Ok sure then. Where should I write it? Should I open a PR?