Tweak wording further

This commit is contained in:
Harsh Shandilya 2020-11-06 18:00:17 +05:30
parent 465b65d5fe
commit 7c448d3fca
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,7 @@ afterEvaluate {
}
```
You still need to set some properties in `gradle.properties`
Then, set the `GROUP` and `VERSION` properties in `gradle.properties`
```groovy
GROUP=msfjarvis
@ -97,6 +97,8 @@ VERSION=0.1.0-SNAPSHOT
And that should be it! You can check the migration commit [here](https://github.com/msfjarvis/github-packages-deployment-sample/commit/260fd3154fd393d3969afd048dc2c77d03619b1d).
When you are ready to publish, run `./gradlew -Pgpr.user=<username> -Pgpr.key=<personal access token> publish` from your repository and everything should correctly deploy.
### For AGP < 4.0.0
#### Step 1