From 34f2ff9b858926c38740d76a82dc6e020ab5b77e Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 24 Oct 2017 10:14:35 -0500 Subject: [PATCH] Update comments. --- android/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 2a046a782..9c216c235 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -212,6 +212,9 @@ afterEvaluate { project -> } // If the license is not accepted, accept it so that automatic downloading // kicks in. + // The license hash can be taken from the accepted licenses, by doing this + // on your local machine the file is + // ${androidHome}/licenses/android-sdk-license if (androidHome) { def dir = file("${androidHome}/licenses") dir.mkdirs()