ubipo / osmfocus

Open source tool for examining OpenStreetMap elements by moving around on a map.
Apache License 2.0
43 stars 5 forks source link

Fails to build on F-Droid #8

Closed jspricke closed 3 years ago

jspricke commented 3 years ago

The latest version (1.0.3) fails to build:

* Where:
Build file '/home/vagrant/build/net.pfiers.osmfocus/build.gradle.kts' line: 40

* What went wrong:
java.lang.NullPointerException (no error message)

https://monitor.f-droid.org/builds/log/net.pfiers.osmfocus/103

could you change it that these variables are not needed? https://github.com/ubipo/osmfocus/blob/master/build.gradle.kts#L40

ubipo commented 3 years ago

Thanks for letting me know!

Fixed in 639f3d1.

Should I update something in fdroid/data or will the autoupdater still work?

jspricke commented 3 years ago

Thanks! It will be picked up automatically.