Skip to content

Commit

Permalink
Dependency versions bump (#39)
Browse files Browse the repository at this point in the history
- Gradle to 6.7
- Hyperion to 0.9.30
- Android Gradle Plugin to 4.2.0-alpha13
  • Loading branch information
koral-- authored Oct 15, 2020
1 parent eca58e4 commit 7b96c54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (8.0.5)
danger (8.0.6)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand Down
13 changes: 4 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {
compileSdk : 30,
targetSdk : 30,
kotlin : '1.4.10',
androidGradlePlugin: '4.2.0-alpha12',
androidGradlePlugin: '4.2.0-alpha13',
versionsPlugin : '0.29.0',
hyperion : '0.9.29',
hyperion : '0.9.30',
debugDb : '1.0.6',
chucker : '3.3.0',
hyperionAppInfo : '1.1.0',
Expand Down Expand Up @@ -34,7 +34,7 @@ buildscript {
}

plugins {
id 'io.gitlab.arturbosch.detekt' version "1.1.0"
id 'io.gitlab.arturbosch.detekt' version "1.14.1"
}

apply plugin: 'org.shipkit.java'
Expand All @@ -49,11 +49,6 @@ repositories {
jcenter()
}

buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}

detekt {
input = files(projectDir)
config = rootProject.files("detekt-config.yml")
Expand All @@ -65,7 +60,7 @@ tasks.withType(io.gitlab.arturbosch.detekt.Detekt) {
parallel = true
reports {
xml.enabled = true
html.enabled = true
html.enabled = false
txt.enabled = false
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7b96c54

Please sign in to comment.