Update dependencies
This commit is contained in:
@@ -9,19 +9,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init --recursive
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: jars-{{ checksum "build.gradle" }}
|
key: jars-{{ checksum "build.gradle" }}
|
||||||
- run:
|
|
||||||
name: Download Dependencies
|
|
||||||
command: ./gradlew androidDependencies
|
|
||||||
- save_cache:
|
|
||||||
paths:
|
|
||||||
- ~/.gradle
|
|
||||||
key: jars-{{ checksum "build.gradle" }}
|
|
||||||
- run:
|
- run:
|
||||||
name: Run Build and Tests
|
name: Run Build and Tests
|
||||||
command: ./gradlew assembleDebug check
|
command: ./gradlew assembleDebug check
|
||||||
|
- save_cache:
|
||||||
|
paths:
|
||||||
|
- ~/.gradle
|
||||||
|
- ~/.android/build-cache
|
||||||
|
key: jars-{{ checksum "build.gradle" }}
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: mobile/build/outputs/apk
|
path: mobile/build/outputs/apk
|
||||||
destination: apk
|
destination: apk
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ apply plugin: 'com.github.ben-manes.versions'
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
androidPluginVersion = '3.2.0-beta04'
|
androidPluginVersion = '3.2.0-beta05'
|
||||||
kotlinVersion = '1.2.51'
|
kotlinVersion = '1.2.60'
|
||||||
androidxVersion = '1.0.0-beta01'
|
androidxVersion = '1.0.0-beta01'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Reference in New Issue
Block a user