Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakami committed Dec 5, 2018
1 parent 7238511 commit f3c6437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {

deps.kotlin = [stdlib: "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}",]

deps.androidx = [annotation: 'androidx.annotation:annotation:1.0.0',]
deps.androidx = [annotation: 'androidx.annotation:annotation:1.0.1',]

def testVersion = '1.1.0'
deps.androidx.test = [core : 'androidx.test:core:1.0.0',
Expand Down

0 comments on commit f3c6437

Please sign in to comment.