replace some "compile"s with "implementation"

This commit is contained in:
tibbi 2018-03-27 18:46:27 +02:00
parent 65e67b8948
commit 42ace66ed6
2 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ buildscript {
propMinSdkVersion = 16
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '3.17.1'
propVersionName = '3.17.3'
kotlin_version = '1.2.31'
support_libs = '27.1.0'
}

View file

@ -28,12 +28,12 @@ android {
dependencies {
compile "com.android.support:design:$support_libs"
compile "com.android.support:appcompat-v7:$support_libs"
compile 'com.github.bumptech.glide:glide:4.6.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'
implementation 'com.github.bumptech.glide:glide:4.6.1'
implementation 'com.booking:rtlviewpager:1.0.1'
implementation 'com.andrognito.patternlockview:patternlockview:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation 'com.bignerdranch.android:recyclerview-multiselect:0.2'
compile 'com.github.ajalt.reprint:core:3.2.1@aar'
annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'
}