diff --git a/Jenkinsfile b/Jenkinsfile index 677f94fa..1bf19e7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,8 @@ pipeline { FLUTTER_ROOT = "/opt/flutter" FLUTTER = "/opt/flutter/bin/flutter" DART = "/opt/flutter/bin/dart" + ANDROID_SDK_ROOT = "/opt/android-sdk" + ANDROID_HOME = "/opt/android-sdk" } stages { stage('Clone Submodules') {