Skip to content
Snippets Groups Projects
Commit 97d40419 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated install script

parent dbe8c16b
Branches
Tags
No related merge requests found
#!/bin/sh
echo sdk.dir=$ANDROID_HOME > AndroidSlidingUpPanel/local.properties
cd AndroidSlidingUpPanel
gradle build
cd ..
cp AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar app/libs/
cp AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar app/libs/library-release.aar
rm AndroidSlidingUpPanel/local.properties
echo sdk.dir=$ANDROID_HOME > aspm/local.properties
cd aspm
gradle build jar shadowJar
cd ..
cp aspm/annotations/build/libs/annotations.jar app/libs/
cp aspm/compiler/build/libs/compiler-all.jar app/libs/
cp aspm/annotations/build/libs/annotations.jar app/libs/annotations.jar
cp aspm/compiler/build/libs/compiler-all.jar app/libs/compiler-all.jar
rm aspm/local.properties
echo sdk.dir=$ANDROID_HOME > local.properties
gradle assembleRelease -x lintVitalRelease
rm local.properties
rm app/libs/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment