fastlane-plugin-get_android_version 0.1.0 → 0.2.0

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: cf3c035951ad0cb3a3e8850416674d45d1068d74
4
- data.tar.gz: 1086dc941e85e76477ce55ac072f8c32516e1fae
3
+ metadata.gz: 2d2f41cbba0142d6f13335234f688ace8848442e
4
+ data.tar.gz: f21fc0953619eea33ded5d8833ca280c60545a94
5
5
  SHA512:
6
- metadata.gz: 82e48a1c56e6d34d09d17e7a72d412083ed4fa4dde6405ed88d2fa126475b77827201400760187c43cb34948d4372416d79f1ec7ccc8430aa4440a83adc85dc1
7
- data.tar.gz: 2805984ea97858a8072de8dc4f413bac9921e1ee0d4694a078abf952e51cafdcd2ee57a75e5592582fd33ae38fa3e7312f45d63ff597637d754d9d9786f40df4
6
+ metadata.gz: 167f593f5ea3345aca41bfc184bd740630a5c2ffa65f82044dfabb6c9825cbc0abbf0fecbfb93c4a572d4b4afb3d598a4b9531b93255e5365cf082f54887dbec
7
+ data.tar.gz: 3854057bc4db65f66605cc982d6b314cde53866b86a475869eebcb41672c01c16f38c961da443e08d520cd032c2711819ae0942f36613ed0af0db4526ef583f1
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GetAndroidVersion
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
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.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MaximusMcCann
@@ -143,5 +143,6 @@ rubyforge_project:
143
143
  rubygems_version: 2.6.7
144
144
  signing_key:
145
145
  specification_version: 4
146
- summary: gets the android versionName and versionCode from manifest file
146
+ summary: gets the android versionName and versionCode from the `AndroidManifest.xml`
147
+ file located in the provided apk
147
148
  test_files: []