revert Implementation back to Compile

This commit is contained in:
tibbi 2017-11-19 12:01:43 +01:00
parent 0baa7fe71f
commit 3c7b8d3918
2 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@ buildscript {
propMinSdkVersion = 16
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '2.40.3'
propVersionName = '2.41.0'
kotlin_version = '1.1.60'
support_libs = '27.0.1'
}
@ -19,8 +19,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View file

@ -28,14 +28,14 @@ android {
}
dependencies {
implementation "com.android.support:design:$support_libs"
implementation "com.android.support:appcompat-v7:$support_libs"
implementation 'com.github.bumptech.glide:glide:4.3.1'
implementation 'com.booking:rtlviewpager:1.0.1'
implementation 'com.andrognito.patternlockview:patternlockview:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.bignerdranch.android:recyclerview-multiselect:0.2'
api 'com.github.ajalt.reprint:core:3.2.0@aar'
compile "com.android.support:design:$support_libs"
compile "com.android.support:appcompat-v7:$support_libs"
compile 'com.github.bumptech.glide:glide:4.3.1'
compile 'com.booking:rtlviewpager:1.0.1'
compile 'com.andrognito.patternlockview:patternlockview:1.0.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
compile 'com.github.ajalt.reprint:core:3.2.0@aar'
kapt 'com.github.bumptech.glide:compiler:4.3.1'
}