Skip to content

Commit

Permalink
Easy_mvp: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayKul committed Jan 29, 2018
1 parent 5f6f954 commit ca3edec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'easymvp'

android {
compileSdkVersion project.sdk_compile
Expand Down
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ buildscript {
repositories {
google()
jcenter()
maven { url "http://dl.bintray.com/6thsolution/easymvp" }
}
dependencies {
classpath "com.android.tools.build:gradle:$version_gradle"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$version_kotlin"
classpath "com.sixthsolution.easymvp:easymvp-plugin:$version_easy_mvp"
}
}

allprojects {
repositories {
google()
jcenter()
maven { url "http://dl.bintray.com/6thsolution/easymvp" }
}
}

Expand Down
1 change: 1 addition & 0 deletions app/scripts/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ext {

version_gradle = '3.0.1'
version_kotlin = '1.2.21'
version_easy_mvp = '1.2.0-beta10'

version_rx_java = '2.1.7'
version_rx_android = '2.0.1'
Expand Down

0 comments on commit ca3edec

Please sign in to comment.