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

Commit 65e67b89 authored by tibbi's avatar tibbi
Browse files

replace aapt with annotationProcessor

parent 19b2843b
Loading
Loading
Loading
Loading
+1 −2
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 +35,7 @@ dependencies {
    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.6.1'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'
}

apply from: '../bintray-upload.gradle'
+0 −2
Original line number Diff line number Diff line
@@ -15,5 +15,3 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

android.enableAapt2=false