fastlane-plugin-deploy_file_provider 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cabcd1c8ad3eb0bd0f337209b3c109ed5a3fd99
|
|
4
|
+
data.tar.gz: 0c463bfbe0b04c5d8910badd89b34e2d9eb156cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7e5462a45bfa5da3ab249bf618c23dac540203ed750c6d12d964b72daa0474a0c0226f816fad4b1164c3e5823e2b2bdaa9f2c3fc2d084fe0592b9aced126177
|
|
7
|
+
data.tar.gz: d41ddebc4b821dbbc9dd4fa6eea50d4d7334185e5736432b0dfe8abe061736b6876597c3b9884db3924d9b435e933114e71d88c89461693e14e9ff220c4d6653
|
|
@@ -152,7 +152,7 @@ module Fastlane
|
|
|
152
152
|
def self.fetchVersionCodeFor_Android(params)
|
|
153
153
|
logStep("Attempting to get Android .apk versionCode from" + ANDROID_APK_INFO_FILENAME + "located in: " + ANDROID_APK_INFO_DIR)
|
|
154
154
|
|
|
155
|
-
file = ANDROID_APK_INFO_DIR +
|
|
155
|
+
file = ANDROID_APK_INFO_DIR + ANDROID_APK_INFO_FILENAME
|
|
156
156
|
|
|
157
157
|
version_code_header = "Version code: "
|
|
158
158
|
android_apk_version_code = nil
|