diff --git a/android/envoy/build.gradle b/android/envoy/build.gradle index 028d51765b..d83bbd8660 100644 --- a/android/envoy/build.gradle +++ b/android/envoy/build.gradle @@ -2,12 +2,6 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - - // exclude lint task from demo project that causes release builds to fail - if (gradle.startParameter.taskNames.contains("assembleRelease")) { - gradle.startParameter.excludedTaskNames += ":demo:lintVitalRelease" - } - compileSdkVersion 29 buildToolsVersion '30.0.2' //ndkVersion '20.0.5594570' diff --git a/android/settings.gradle b/android/settings.gradle index 5de5c5df0c..361a45764b 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,2 +1,2 @@ -include ':envoy', ':cronet', ':demo' +include ':envoy', ':cronet' rootProject.name = 'Envoy'