Skip to content

Commit

Permalink
Unify some lib versions between modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nkming2 committed Aug 28, 2017
1 parent 8259e90 commit f90cd4b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,3 @@ dependencies {
compile 'com.afollestad.material-dialogs:core:0.9.4.3'
compile 'eu.chainfire:libsuperuser:1.0.0.+'
}

buildscript {
ext.support_version = '25.3.1'
ext.kotlin_version = '1.1.2-3'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

repositories {
mavenCentral()
}

0 comments on commit f90cd4b

Please sign in to comment.