Merge pull request #551 from ultrasonic/dependabot/gradle/androidx.constraintlayout-constraintlayout-2.1.0

Bump constraintlayout from 2.0.4 to 2.1.0
This commit is contained in:
Nite 2021-08-26 16:13:25 +02:00 committed by GitHub
commit cb51c0b723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
name: static analysis
command: ./gradlew -Pqc detekt
- run:
name: build
name: build debug
command: ./gradlew assembleDebug
- run:
name: unit-tests
@ -36,8 +36,11 @@ jobs:
name: lint
command: ./gradlew :ultrasonic:lintRelease
- run:
name: assemble release build
command: ./gradlew build assembleRelease
name: build
command: ./gradlew buildRelease
- run:
name: assemble release
command: ./gradlew assembleRelease
- save_cache:
paths:
- ~/.gradle

View File

@ -18,7 +18,7 @@ ext.versions = [
androidSupport : "28.0.0",
androidLegacySupport : "1.0.0",
androidSupportDesign : "1.4.0",
constraintLayout : "2.0.4",
constraintLayout : "2.1.0",
multidex : "2.0.1",
room : "2.3.0",
kotlin : "1.5.21",