opendocument-app / OpenDocument.droid

It's Android's first OpenOffice Document Reader!
https://opendocument.app/
Other
266 stars 36 forks source link

Use ConanAndroidGradlePlugin #365

Closed ViliusSutkus89 closed 3 months ago

ViliusSutkus89 commented 3 months ago

This PR also moves build_type to conanprofile, previously it was on the commandline call to conan install. Keeping it out of conanprofile would require passing additional inputs to the plugin task. Conanprofile can already manage that, so I thought it would be OK to just store that option there.

ViliusSutkus89 commented 3 months ago

ERROR: Package 'odrcore/4.1.0' not resolved: Unable to find 'odrcore/4.1.0' in remotes.

We don't have odrcore/4.1.0 in the conan-odr-index

TomTasche commented 3 months ago

ERROR: Package 'odrcore/4.1.0' not resolved: Unable to find 'odrcore/4.1.0' in remotes.

We don't have odrcore/4.1.0 in the conan-odr-index

I guess that should work now? https://github.com/opendocument-app/conan-odr-index/pull/12