Migrate to Kotlin DSL

This commit is contained in:
Mygod
2020-04-22 09:53:17 +08:00
parent fe87c25c6d
commit 0dbf4b3b64
7 changed files with 137 additions and 135 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- run: git submodule sync
- run: git submodule update --init --recursive
- restore_cache:
key: jars-{{ checksum "build.gradle" }}
key: jars-{{ checksum "build.gradle.kts" }}
- run:
name: Run Build and Tests
command: ./gradlew assembleDebug check
@@ -19,7 +19,7 @@ jobs:
paths:
- ~/.gradle
- ~/.android/build-cache
key: jars-{{ checksum "build.gradle" }}
key: jars-{{ checksum "build.gradle.kts" }}
- store_artifacts:
path: mobile/build/outputs/apk
destination: apk