mad-lab-fau / SensorLib

Android sensor library
MIT License
13 stars 6 forks source link

Drop precompiled artifacts in favour of jitpack #16

Open schlusslicht opened 3 years ago

schlusslicht commented 3 years ago

What this pull request does This pull request introduces a minimal documentation on howto use the SensorLib via Jitpack. It further removes all copyApk gradle tasks and drops the Precompiled folder.

What this pull request contains

Issues/drawbacks Currently, not all sensor submodules are included in the settings.gradle file, so some of the sensor libraries will not be accessible through Jitpack. I do not know if any downstream projects depend on the precompiled artifacts within this repository, if so, they will break if this pull request gets merged.