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

Updated install script to clean up first

parent 8b465aab
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ mkdir -p app/libs/
# Build AndroidSlidingUpPanel
echo sdk.dir=$ANDROID_HOME > AndroidSlidingUpPanel/local.properties
cd AndroidSlidingUpPanel
gradle build
gradle clean build
cd ..
cp AndroidSlidingUpPanel/library/build/outputs/aar/library-release.aar app/libs/library-release.aar
rm AndroidSlidingUpPanel/local.properties
......@@ -17,7 +17,7 @@ rm AndroidSlidingUpPanel/local.properties
# Build aspm
echo sdk.dir=$ANDROID_HOME > aspm/local.properties
cd aspm
gradle build jar shadowJar
gradle clean build jar shadowJar
cd ..
cp aspm/annotations/build/libs/annotations.jar app/libs/annotations.jar
cp aspm/compiler/build/libs/compiler-all.jar app/libs/compiler-all.jar
......@@ -25,5 +25,5 @@ rm aspm/local.properties
# Build QuasselDroidNG
echo sdk.dir=$ANDROID_HOME > local.properties
gradle assembleRelease -x lintVitalRelease
gradle clean assembleRelease -x lintVitalRelease
rm local.properties
\ 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