Skip to content

Commit

Permalink
Dependency updates: (#33)
Browse files Browse the repository at this point in the history
AGP to 4.1.0-alpha09
Auto service to 1.0-rc7
Androidx Annotations to 1.2.0-alpha01

Code cleanup
  • Loading branch information
koral-- authored May 25, 2020
1 parent abdb94c commit b5a38ca
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 96 deletions.
4 changes: 2 additions & 2 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 (7.0.1)
danger (8.0.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand Down Expand Up @@ -53,7 +53,7 @@ GEM
ast
ruby-ll (~> 2.1)
open4 (1.3.4)
public_suffix (4.0.4)
public_suffix (4.0.5)
rchardet (1.8.0)
rexml (3.2.4)
ruby-ll (2.1.2)
Expand Down
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,24 @@ buildscript {
compileSdk : 29,
targetSdk : 29,
kotlin : '1.3.72',
androidGradlePlugin: '4.1.0-alpha08',
androidGradlePlugin: '4.1.0-alpha09',
versionsPlugin : '0.27.0',
hyperion : '0.9.27',
debugDb : '1.0.6',
chucker : '3.2.0',
hyperionAppInfo : '1.1.0',
deviceNames : '2.0.0',
autoService : '1.0-rc6',
autoService : '1.0-rc7',
shipkit : '2.3.0',
detekt : '1.4.0',
androidxAnnotations: '1.1.0'
detekt : '1.7.1',
androidxAnnotations: '1.2.0-alpha01'
]

repositories {
google()
mavenCentral()
jcenter()
gradlePluginPortal()
maven { url 'https://jitpack.io' }
}

dependencies {
Expand Down
Loading

0 comments on commit b5a38ca

Please sign in to comment.