fastlane-plugin-get_android_version 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25389aaab7a7c5441915cdc68556be65c59ff759
4
- data.tar.gz: 40c4990eb78b6c1b817183617b5cdece0ebb49eb
3
+ metadata.gz: 5be1ffc6dbe4bb3a56f8d72bf9fc4bcf059a646e
4
+ data.tar.gz: 101c83058b56dbc44b7d7247b79225b9ad395523
5
5
  SHA512:
6
- metadata.gz: d3e9c318e74de830a1fa7d4462e09666ea505c1aca918fd31b037744f2d67b0f6517592b245bb1db9ff85dead159405fc3f190757da3a1ef5eb0db5f086dbb23
7
- data.tar.gz: c1b70002d915fd52fbea281d58bf80475fdbabafec44078786675c6c23b9d4772053f30b821d26da5bbe5f6d345c31fbb5f07debf2c169490269cbabb0c1b381
6
+ metadata.gz: f0bbad36da2f1d3352d76fc7df361b9f31405e3983fcd0431620d49a440803845c0a0cc954029c88eaa10a0fe9eee2c7323ef2a5bc0b7854154364b4791cfb5d
7
+ data.tar.gz: 4057691c7d2b78aed7d7f5fb2677bd4ced4f9eae4c508d8c384a80b883712e90589b843906ffa26a602f7b5386aa18e883e850f55d4983f86d9b7e642db6b0e5
@@ -82,7 +82,7 @@ module Fastlane
82
82
  def self.output
83
83
  [
84
84
  ['GET_ANDROID_VERSION_NAME', 'The versionName extracted from the apk\'s manifest file.'],
85
- ['GET_ANDROID_VERSION_CODE', 'The versionCode extracted from the apk\'s manifest file. Hex values are converted to ints.']
85
+ ['GET_ANDROID_VERSION_CODE', 'The versionCode extracted from the apk\'s manifest file. Hex values are converted to ints.'],
86
86
  ['GET_ANDROID_VERSION_APP_NAME', 'The appNmae extracted from the apk\'s manifest file.']
87
87
  ]
88
88
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GetAndroidVersion
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-get_android_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MaximusMcCann