Skip to content

Commit

Permalink
bump up dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
allco committed Feb 28, 2019
1 parent 5609970 commit e646418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bottomsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencyUpdates.resolutionStrategy {
}

dependencies {
ktlint "com.github.shyiko:ktlint:0.29.0"
ktlint "com.github.shyiko:ktlint:0.30.0"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.2'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.11'
ext.kotlin_version = '1.3.21'
ext.anko_version = '0.10.6'
ext.support_lib_version = '28.0.0'

Expand All @@ -10,7 +10,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath "com.github.ben-manes:gradle-versions-plugin:0.20.0"
Expand Down

0 comments on commit e646418

Please sign in to comment.