[SOLVED] Getting started with contributing

Hello,

I am currently starting with contributing to the application, but I am a little confused.
Is there a reasen the target sdk is so old (25)?
Also a lot of libraries are on really old versions and could probably need an update as well.

Or is it just me don’t understanding the state of the app?

greeeting Johannes

Hey,
it seems that there’s a misunderstanding. Target API is 27 (https://github.com/openhab/openhab-android/blob/master/mobile/build.gradle#L32) and libs are usually at their latest version: https://github.com/openhab/openhab-android/pulls?q=is%3Apr+label%3Adependencies+is%3Aclosed.
You can have a look at the following issue to get started with the app: https://github.com/openhab/openhab-android/issues?q=is%3Aissue+is%3Aopen+label%3AHacktoberfest

Hmm, okay, I will try to rebase my fork and will update the post again. Thank you!

Ok it seems like I am just a little dumb. I had forked the repo before and did not fetch the new commits from the original one. My bad, sorry!