Skip to content

Commit

Permalink
Dependency updates: (#29)
Browse files Browse the repository at this point in the history
AGP to 4.0.0-alpha09
Chucker to 3.1.1
Gradle to 6.1.1
  • Loading branch information
koral-- authored Jan 27, 2020
1 parent a1b5d26 commit 9972ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ buildscript {
compileSdk : 29,
targetSdk : 29,
kotlin : '1.3.61',
androidGradlePlugin: '4.0.0-alpha08',
androidGradlePlugin: '4.0.0-alpha09',
versionsPlugin : '0.27.0',
hyperion : '0.9.27',
debugDb : '1.0.6',
chucker : '3.1.0',
chucker : '3.1.1',
hyperionAppInfo : '1.1.0',
deviceNames : '1.1.9',
autoService : '1.0-rc6',
Expand Down Expand Up @@ -105,7 +105,7 @@ subprojects { subproject ->

variantFilter {
if (it.name == "debug") {
setIgnore(true)
ignore = true
}
}
}
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9972ce0

Please sign in to comment.