plateaukao / einkbro

A small, fast web browser based on Android WebView. It's tailored for E-Ink devices but also works great on normal android devices.
Other
1.13k stars 80 forks source link

F-Droid can't build #267

Closed licaon-kter closed 1 year ago

licaon-kter commented 1 year ago

ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/4560889506#L430

ref: https://github.com/plateaukao/einkbro/blob/v10.9.0/app/build.gradle#L20

Can you have versionName as static back just before Tagging? Since we build from a Tag there's no new info to gain if we add the timestamp, and this breaks autoupdates etc

ref: https://gitlab.com/fdroid/fdroiddata/-/commit/deae0da736d0028a0ba8deed7a4b2ab6d44933e9

plateaukao commented 1 year ago

@licaon-kter Got it, I will rollback to original naming for release build. Thank you for pointing this out.