Skip to content

Commit

Permalink
Dependency versions bump: (#42)
Browse files Browse the repository at this point in the history
Kotlin 1.4.21
Hyperion 0.9.31
Gradle 6.8.1
  • Loading branch information
koral-- authored Jan 27, 2021
1 parent bbe7982 commit 98adac3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions 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.6)
danger (8.2.1)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -33,10 +33,13 @@ GEM
danger-plugin-api (~> 1.0)
danger-plugin-api (1.0.0)
danger (> 2.0)
faraday (1.0.1)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-net_http (1.0.0)
git (1.7.0)
rchardet (~> 1.8)
kramdown (2.3.0)
Expand All @@ -46,7 +49,7 @@ GEM
multipart-post (2.1.1)
nap (1.1.0)
no_proxy_fix (0.1.2)
octokit (4.18.0)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oga (3.3)
Expand All @@ -59,6 +62,7 @@ GEM
ruby-ll (2.1.2)
ansi
ast
ruby2_keywords (0.0.2)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ buildscript {
minSdk : 16,
compileSdk : 30,
targetSdk : 30,
kotlin : '1.4.10',
androidGradlePlugin: '4.2.0-alpha15',
kotlin : '1.4.21',
androidGradlePlugin: '7.0.0-alpha04',
versionsPlugin : '0.29.0',
hyperion : '0.9.30',
hyperion : '0.9.31',
debugDb : '1.0.6',
chucker : '3.4.0',
hyperionAppInfo : '1.1.0',
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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 98adac3

Please sign in to comment.