Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
976355d2
Commit
976355d2
authored
9 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Updated install script to clean up first
parent
8b465aab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+3
-3
3 additions, 3 deletions
install.sh
with
3 additions
and
3 deletions
install.sh
+
3
−
3
View file @
976355d2
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment