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

Updated install instructions

parent 03ab3a2c
Branches
Tags v1.0.11
No related merge requests found
Subproject commit dfadd813d4692b69023899c29cf6c6593ac55b9d
Subproject commit 79c685faea4697a4036d3fc8d232fbec5cf578ca
Build Guide
===========
First build libraries:
```
cd AndroidSlidingUpPanel
gradle build
```
```
cd aspm
gradle shadowJar
```
Then copy or link the files at the appropriate places:
```
cp aspm/annotations/build/libs/annotations.jar app/libs/
cp aspm/compiler/build/libs/compiler-all.jar app/libs/
cp AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar app/libs/
```
Then invoke gradle for the main project:
```
gradle assembleRelease
```
File deleted
../../aspm/annotations/build/libs/annotations.jar
\ No newline at end of file
File deleted
../../aspm/compiler/build/libs/compiler-all.jar
\ No newline at end of file
File deleted
../../AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar
\ 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