Skip to content

Commit

Permalink
[Docker] joynr-setup-android-sdk.sh builds android:android:8.0.0_r2
Browse files Browse the repository at this point in the history
Change-Id: Ifbe1c25a71a6b9717c2eab6de413e18342146dbe
  • Loading branch information
Guido Ostkamp authored and Guido Ostkamp committed Oct 25, 2018
1 parent c391b57 commit 2d675d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions joynr-setup-android-sdk.sh
Expand Up @@ -21,7 +21,7 @@ then
exit 1
fi

mvn -q dependency:get -Dartifact=android:android:5.0.1_r2
mvn -q dependency:get -Dartifact=android:android:8.0.0_r2

if [ $? -eq 0 ]
then
Expand All @@ -37,9 +37,9 @@ fi
git clone --depth 1 https://github.com/simpligility/maven-android-sdk-deployer
)
(
log "INSTALL LOLLIPOP SDK TO MAVEN REPOSITORY"
log "INSTALL OREO SDK TO MAVEN REPOSITORY"
cd maven-android-sdk-deployer
mvn clean install -q --projects com.simpligility.android.sdk-deployer:android-21,com.simpligility.android.sdk-deployer:android-m2repository --also-make
mvn install -P 8.0
)
(
log "CLEANUP"
Expand Down

0 comments on commit 2d675d0

Please sign in to comment.