We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c361ab commit 9d10ff1Copy full SHA for 9d10ff1
gradlew
@@ -6,6 +6,11 @@
6
##
7
##############################################################################
8
9
+
10
+# Hack for accapting license on jitpack.io
11
+yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-28"
12
+yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;28.0.3"
13
14
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
15
DEFAULT_JVM_OPTS=""
16
0 commit comments