Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0baa7fe7 authored by tibbi's avatar tibbi
Browse files

update Glide annotationProcessor to kapt

parent ac49dc1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '2.40.2'
        propVersionName = '2.40.3'
        kotlin_version = '1.1.60'
        support_libs = '27.0.1'
    }
+2 −1
Original line number Diff line number Diff line
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'

android {
    compileSdkVersion propCompileSdkVersion
@@ -36,7 +37,7 @@ dependencies {
    implementation 'com.bignerdranch.android:recyclerview-multiselect:0.2'
    api 'com.github.ajalt.reprint:core:3.2.0@aar'

    annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
    kapt 'com.github.bumptech.glide:compiler:4.3.1'
}

apply from: '../bintray-upload.gradle'