Skip to content

Commit 9d10ff1

Browse files
committed
Fix build on jitpack.io
1 parent 9c361ab commit 9d10ff1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradlew

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
##
77
##############################################################################
88

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+
914
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
1015
DEFAULT_JVM_OPTS=""
1116

0 commit comments

Comments
 (0)