Updated and run and publish the package

This commit is contained in:
Sambo Chea 2020-07-03 12:30:21 +07:00
parent 3afc488495
commit effe7e4025

View File

@ -49,6 +49,15 @@ uploadArchives {
...
```
#### Publish the package
```shell
gradle upload
```
Or
```shell
./gradlew upload
```
#### Noted for Library Publish within GROUP ID
- For Snapshot version must be:
```groovy