fastlane-plugin-huawei_appgallery_connect 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba38e11c0c4c135c7685008802a9dad4c810b85f7f3f514d4479e590c5a6d678
|
4
|
+
data.tar.gz: cdf4811e1c2a5cbe2c41f5a2ebab16c99bff01e642cc71cfbc9c39d22c66621c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5b72a30518b8ab10041a737e99595fb6d70c17cd4851c87a3199802d8ef610000a4ce116244e69efdd23644457b65416e2c3ada8986b0e98951df692e742775
|
7
|
+
data.tar.gz: 77b72f7286a44475b280e5609d99b16c180f9883762b0ea4df8bed7e3d57e983e40852f46131baa71574bce8453954dcadc4868aa84cdf1db1bb20d3b983fea1
|
data/README.md
CHANGED
@@ -33,9 +33,6 @@ huawei_appgallery_connect(
|
|
33
33
|
# if you're uploading aab instead of apk, specify is_aab to true and specify path to aab file on apk_path
|
34
34
|
is_aab: true,
|
35
35
|
|
36
|
-
# package id should be defined if you are submitting app for review
|
37
|
-
package_ids: "com.example.app",
|
38
|
-
|
39
36
|
submit_for_review: false,
|
40
37
|
|
41
38
|
privacy_policy_url: "https://example.com",
|
data/lib/fastlane/plugin/huawei_appgallery_connect/helper/huawei_appgallery_connect_helper.rb
CHANGED
@@ -185,7 +185,7 @@ module Fastlane
|
|
185
185
|
def self.query_aab_compilation_status(token,params, pkgVersion)
|
186
186
|
UI.important("Checking aab compilation status")
|
187
187
|
|
188
|
-
uri = URI.parse("https://connect-api.cloud.huawei.com/api/publish/v2/aab/complile/status?appId=#{params[:app_id]}&pkgIds=#{
|
188
|
+
uri = URI.parse("https://connect-api.cloud.huawei.com/api/publish/v2/aab/complile/status?appId=#{params[:app_id]}&pkgIds=#{pkgVersion}")
|
189
189
|
|
190
190
|
http = Net::HTTP.new(uri.host, uri.port)
|
191
191
|
http.use_ssl = true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-huawei_appgallery_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shreejan Shrestha
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|