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 +4 -4
- data/lib/fastlane/plugin/get_android_version/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d2f41cbba0142d6f13335234f688ace8848442e
|
|
4
|
+
data.tar.gz: f21fc0953619eea33ded5d8833ca280c60545a94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 167f593f5ea3345aca41bfc184bd740630a5c2ffa65f82044dfabb6c9825cbc0abbf0fecbfb93c4a572d4b4afb3d598a4b9531b93255e5365cf082f54887dbec
|
|
7
|
+
data.tar.gz: 3854057bc4db65f66605cc982d6b314cde53866b86a475869eebcb41672c01c16f38c961da443e08d520cd032c2711819ae0942f36613ed0af0db4526ef583f1
|
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.
|
|
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
|
|
146
|
+
summary: gets the android versionName and versionCode from the `AndroidManifest.xml`
|
|
147
|
+
file located in the provided apk
|
|
147
148
|
test_files: []
|