mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-01-31 02:41:47 +00:00
Update config.yml
This commit is contained in:
@@ -6,12 +6,12 @@ jobs:
|
||||
- image: circleci/android:api-29
|
||||
environment:
|
||||
JVM_OPTS: -Xmx3200m
|
||||
before_script:
|
||||
- touch local.properties
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- before_script:
|
||||
- touch local.properties
|
||||
- run:
|
||||
name: chmod permissions
|
||||
command: chmod +x ./gradlew
|
||||
|
||||
Reference in New Issue
Block a user