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

Updated install script (uses ANDROID_HOME for sdk location now)

parent 6225be30
Branches
Tags
No related merge requests found
#!/bin/sh
cp local.properties aspm/local.properties
cd AndroidSlidingUpPanel
gradle build
cd ..
rm aspm/local.properties
cp AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar app/libs/
cp local.properties aspm/local.properties
cd aspm
gradle build jar shadowJar
cd ..
rm aspm/local.properties
cp aspm/annotations/build/libs/annotations.jar app/libs/
cp aspm/compiler/build/libs/compiler-all.jar app/libs/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment