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

Updated aspm and added build script

parent c1566184
Branches
Tags
No related merge requests found
Subproject commit 77eab534f0a180ce9298e3c9c6abf6d7a6b37136 Subproject commit a3494d34988a21b57c82e88d80b50c8ca4922414
#!/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/
gradle assembleRelease -x lintVitalRelease
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