fastlane-plugin-apadmi_grout 2.3.0 → 2.3.1

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: eec6506d82fe1a4d31c040fc4166d16859199b862110ea7e97756f423c0ce25b
4
- data.tar.gz: faec2cc204d4e058a9344edbf6a2ee26e6eae5c811cc78eeade7dbb5a8f863ab
3
+ metadata.gz: 057b6fbd946ea3c41cd4d444fd00bb1a4f40ee48e30e878016304c68b42089d8
4
+ data.tar.gz: abd2f3609fd6656873a14a4efcd5775c1ecb315bbde9419bddcfe40ead6bc709
5
5
  SHA512:
6
- metadata.gz: 24930c1d4a2c7f796e15a0db8a41b016edd99692bba9ff15a64ffb3c912a9c80d9afbd75a7fc956b8d14ca063047ad8b247e48fc949457b609ea06ad4c229138
7
- data.tar.gz: 5e202e3b6ccfa898fe6fbd0cbae271723356b37aac4eb2ec30c645013e1ca19228cae4e3644b87ae05f19362ae9d36cea27db5885319461d478cc75112bbb252
6
+ metadata.gz: 5c5c4e67a30bfcb6a5a8eb97f5a19f23c598c1b679492e51c84a1b7345694c1e23e5a9db72be83e360dd4d466bc4406d6ee5d67d22cbf2f5a3b956e4b2dff313
7
+ data.tar.gz: c93367d52af8479de1417337f592474f9a10c5f3cd1be4a413575e2974db99f698753619ae97a26bad4b8cdbff10510af60fdf80124cfe93634e7317634988f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Fastlane Plugin Changelog
2
2
 
3
+ ## [2.3.1] - 2023-04-05
4
+ * Fix issue with apk generation where path was returned incorrectly
5
+ * Bump core library version dependency
6
+
3
7
  ## [2.3.0] - 2023-04-03
4
8
  * Added utility for building APKs and AABs through fastlane.
5
9
 
@@ -41,10 +41,11 @@ module Fastlane
41
41
  raise "Something terrible has happened, could not find artifact path"
42
42
  end
43
43
 
44
- File.rename(artifact, "#{params[:output_directory]}/#{output_name}")
44
+ new_artifact_path = "#{params[:output_directory]}/#{output_name}"
45
+ File.rename(artifact, new_artifact_path)
45
46
  logger.success("Generated #{output_name} in #{params[:output_directory]}")
46
47
 
47
- artifact
48
+ new_artifact_path
48
49
  end
49
50
 
50
51
  def self.config_properties(options)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module ApadmiGrout
5
- VERSION = "2.3.0"
5
+ VERSION = "2.3.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-apadmi_grout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apadmi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apadmi_grout