We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e707adb commit ad5c525Copy full SHA for ad5c525
.gitignore
@@ -72,4 +72,9 @@ buck-out/
72
.jest/
73
74
# Act
75
-.secrets
+.secrets
76
+
77
+# Release secrets
78
+play_config.json*
79
+release.keystore.properties*
80
+wollok-mobile.keystore.jks*
android/fastlane/Fastfile
@@ -32,7 +32,7 @@ platform :android do
32
gradle_file_path: "app/build.gradle"
33
)
34
35
- gradle(tasks: ["clean", "bundleRelease"])
+ gradle(tasks: ["bundleRelease"])
36
upload_to_play_store(track: 'internal')
37
end
38
0 commit comments