diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 44300dd..e97b05c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,6 +27,7 @@ android { buildTypes { release { + project.gradle.startParameter.excludedTaskNames.add("lint") isMinifyEnabled = true isShrinkResources = true proguardFiles( diff --git a/gradle.properties b/gradle.properties index 9403523..7f4fe2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,3 +15,5 @@ android.nonTransitiveRClass=true android.useAndroidX=true kotlin.code.style=official org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx1536M" -Dfile.encoding\=UTF-8 +org.gradle.parallel=true +org.gradle.caching=true