* unifying Android and Desktop SDK * implement desktop SDK adapter * updating declarations * change include syntax * following jitpack.io guide for Android libraries * add install task to all artefacts, add javadoc generation * fixing javadoc * use explicit provider "SC" instead of relying on order * move to BouncyCastle for desktop compatibility * improve documentation
5 lines
73 B
Groovy
5 lines
73 B
Groovy
include 'lib'
|
|
include 'android'
|
|
include 'desktop'
|
|
include 'demo-android'
|