Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosic committed Aug 24, 2020
1 parent a3be793 commit e98f61b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.1

* Update dependencies: kotlin-1.3.72, gradle-6.6
* Added `publish` param to separate uploading and publishing a build file

# 1.0.0

* Support different Plugin settings for different buildTypes and flavors
Expand All @@ -6,4 +11,5 @@
# 0.1.0

First released version. Support:
* Publish APK in Huawei AppGallery and submit it on all users after getting store approve
* Publish APK in Huawei AppGallery and submit it on all users after getting store approve

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Huawei App Gallery Publishing

[![Maven Central](https://img.shields.io/maven-central/v/ru.cian/huawei-publish-gradle-plugin.svg)](https://search.maven.org/search?q=a:huawei-publish-gradle-plugin)
![Version](https://img.shields.io/badge/Version-1.0.0-green.svg)
![Version](https://img.shields.io/badge/Version-1.1.0_snapshot-yellow.svg)
![Version](https://img.shields.io/badge/Version-1.0.1-green.svg)
![Version](https://img.shields.io/badge/Version-1.0.1_snapshot-yellow.svg)
[![License](https://img.shields.io/github/license/srs/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

The plugin allows you to publish the Release APK file to the Huawei AppGallery.
Expand All @@ -14,7 +14,7 @@ Support `Gradle v4.1+`
# Versions

```
LAST_RELEASE_VERSION = 1.0.0
LAST_RELEASE_VERSION = 1.0.1
```
```
LAST_SNAPSHOT_VERSION = 1.0.1-SNAPSHOT
Expand Down Expand Up @@ -69,10 +69,10 @@ Credentials you should get at Huawei AppGallery Developer Console.

#### Params

| param | priority | type | description |
|-----------------|----------|---------|--------------------------------------------------------------------------------------------------------|
| credentialsPath | required | string | File path with AppGallery credentials params (client_id and client_key) |
| publish | optional | boolean | true - upload build file and publish it on all users, <br>false - upload build file without publishing |
| param | priority | type | default value | description |
|-----------------|----------|---------|---------------|--------------------------------------------------------------------------------------------------------|
| credentialsPath | required | string | null | File path with AppGallery credentials params (client_id and client_key) |
| publish | optional | boolean | false | true - upload build file and publish it on all users, <br>false - upload build file without publishing |

#### For Release Plugin version
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.enableJetifier=true
####################################################################################################

GROUP=ru.cian
VERSION_NAME=1.0.1-SNAPSHOT
VERSION_NAME=1.0.1

POM_ARTIFACT_ID=huawei-publish-gradle-plugin
POM_NAME=Huawei Publish Gradle Plugin
Expand Down

0 comments on commit e98f61b

Please sign in to comment.