relan
relan
Didn't work for me, unfortunately: ```sh $ cd android/app $ gradle clean FAILURE: Build failed with an exception. * Where: Script '/home/fdroid/fdroiddata/build/srclib/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 193 * What went wrong: A problem...
`flutter packages get` did the trick. Updated in https://gitlab.com/fdroid/fdroiddata/commit/2ca3d88cbd26f453077a53b3265f22dedb511fa9. The only problem was that build.gradle is missing `maven { url "https://jitpack.io" }`, so Gradle couldn't find NewPipeExtractor. Please fix this...
> jcenter bintray is needed to download gradle build in prepare script of flutter build which i need for testing, no additional binaries are downloaded I meant the syntax: jcenter{...
@dimqua, each new version has to be added manually because of dynamic versionName: https://github.com/deep-gaurav/MusicPiped/blob/v1.0.5/android/app/build.gradle#L46
> I'll use a constant version name from next version This would be awesome. Please ping me once you do this and I'll enable automatic updates.
Added 1.0.6 in [6db8989](https://gitlab.com/fdroid/fdroiddata/commit/6db8989f3784303c06fd3a7739a83be40ae337f1). fdroidserver misinterprets this part of [build.gradle](https://github.com/deep-gaurav/MusicPiped/blob/v1.0.6/android/app/build.gradle) when checks for updates: ```groovy def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { flutterVersionCode = '1' } def flutterVersionName...
F-Droid maintainer here. Since Eraser Map is free software¹, we can put it into F-Droid main repository. Are you OK with this? No work required on your side. __ ¹...
> What is the release process for F-Droid if we release a new version of EraserMap? A new entry should be added into F-Droid [metadata](https://gitlab.com/fdroid/fdroiddata/). F-Droid can add those entries...
Note that builds on F-Droid can have a different package ID and thus be parallel-installable with your own builds.
0.14.1 also builds fine with F-Droid. Still waiting for your decision.