Release guide
A guide to releasing new versions of the Android CardScan SDK.
The CardScan library is split into multiple android modules, each of which has its own binary
.aar
file is independently released. This guide covers the batch release process for releasing all of the modules at once with the same version number.- 1.Create a new release on github to create a new release. This will automatically update the changelog, the
gradle.properties
file, and publish a release to maven central. - 2.
- 3.
- execute
./gradlew install
from the root of the repository.
Last modified 1yr ago