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 55fc7e2 commit 00347daCopy full SHA for 00347da
.circleci/config.yml
@@ -2,7 +2,10 @@ version: 2.1
2
3
orbs:
4
android: circleci/[email protected]
5
-
+
6
+before_script:
7
+ - touch apikey.properties
8
9
jobs:
10
build:
11
executor: android/android
0 commit comments