Merge pull request #46 from msfjarvis/dependency-updates

This commit is contained in:
github-actions[bot] 2020-10-24 09:07:06 +00:00 committed by GitHub
commit 3c34adad82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 7 deletions

View file

@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
accompanist_version = "0.3.0"
accompanist_version = "0.3.1"
activity_version = "1.2.0-beta01"
agp_version = "4.2.0-alpha13"
agp_version = "4.2.0-alpha14"
appcompat_version = "1.3.0-alpha02"
browser_version = "1.3.0-alpha06"
compose_version = "1.0.0-alpha05"
@ -14,12 +14,12 @@ buildscript {
desugar_version = "1.0.10"
hilt_androidx_version = "1.0.0-alpha02"
hilt_dagger_version = "2.29.1-alpha"
junit_version = "4.13"
junit_version = "4.13.1"
kotlin_version = "1.4.10"
lifecycle_version = "2.3.0-beta01"
material_version = "1.3.0-alpha03"
moshi_version = "1.9.3"
okhttp_version = "3.14.9"
moshi_version = "1.11.0"
okhttp_version = "4.10.0-RC1"
retrofit_version = "2.9.0"
room_version = "2.3.0-alpha03"
}
@ -34,6 +34,10 @@ buildscript {
}
}
plugins {
id("com.github.ben-manes.versions") version "0.33.0"
}
allprojects {
repositories {
google()
@ -86,7 +90,7 @@ task clean(type: Delete) {
tasks {
wrapper {
gradleVersion = "6.7-rc-3"
gradleVersion = "6.7"
distributionType = Wrapper.DistributionType.ALL
}
}

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-rc-3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists