Update Sugarizer to version 0.9
Update Sugarizer to version 0.9
Merge request reports
Activity
added wait-for-submitter wait-for-upstream labels
@llaske I don't see the
v0.9
tag in the repo.Edited by username-removed-357829@llaske v0.9 was already added by the bot but it doesn't build. I'm guessing this is now supposed to be build with gradle?
Is so, at least
gradle=yes
has to be added to the metadata. But this also doesn't seem to work. When runninggradlew assembleRelease
(which basically fdroid does) it gives the following error:A problem occurred configuring root project 'org.olpc_france.sugarizer'. > Cannot evaluate module SugarizerOSLibrary : Configuration with name 'debug' not found.
Any pointers?
Updated in 30d65cd6e166a544a4460628dccb843de2036bdc.
The correct versionCode according to the manifest is 9000, not 900 so I fixed that. Also can you make sure that for future updates the tag name (v0.9) matches the versionName of the app (0.9.0)? The
v
prefix is fine, but fdroid expects the rest to match. Otherwise updates won't be able to happen automatically. (So basically stick to either the three or two digit scheme in both tag and versionName)Thanks!
Edited by username-removed-151489Hmmm. The package is not downloadable from the site (https://f-droid.org/packages/org.olpc_france.sugarizer/). The wiki page (https://f-droid.org/wiki/page/org.olpc_france.sugarizer) still indicate that the 0.9.0 can't be build but the build log say success. Is there anything I can do to fix it ?
@llaske I guess it will just take a bit of time. The app has been build but no new metadata has been published containing it. I guess it'll be published tomorrow.