Build instructions
Hi, first of all thanks for the app, exactly what I was looking for! I have an old Tablet running on Android 7.1.2 for which I am trying to build your app (I saw in the versions file you set the min requirement to 7.2.2) Could you provide some buildinstructions? I am getting errors about depreceated packages.
Thanks
The min Version for the app is Android SDK 23 which is Android 6.0 so it should run on your devices. You should only need to download Android studio and sync the gradle project, Android Studio should prompt any necessary plugins etc. You only need a valid JDK that you can download within Android Studio in Settings -> Build, Execution, Deployment -> Build Tools -> Gradle -> Gradle JDK dropdown. I use correctto-18.
When you want to build a release version you need to create your own android keystore. I will give more instruction on how to build a custom version after the next release because i simplified the keystore setup by using a config file.
TODO: add documentation how to build project into wiki.
@mrchainman actually i just remember this and checked, min sdk is set to 23 which is Android 6 therefore it should run on your 7.1.1 device