Skip to content

Commit

Permalink
Merge pull request #66 from greatfire/disable-demo
Browse files Browse the repository at this point in the history
Disable demo
  • Loading branch information
stevenmcdonald authored Jun 7, 2023
2 parents 7f1df23 + d1e8c54 commit 7c1b669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions android/envoy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':envoy', ':cronet', ':demo'
include ':envoy', ':cronet'
rootProject.name = 'Envoy'

0 comments on commit 7c1b669

Please sign in to comment.