Skip to content

Commit

Permalink
Merge pull request #105 from nextcloud/androidAddGplay
Browse files Browse the repository at this point in the history
Android: Add gplay.gradle
  • Loading branch information
tobiasKaminsky authored Sep 17, 2018
2 parents 1fb1bc2 + fd8bb09 commit a622c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN yes | sdkmanager --sdk_root=/opt/android-sdk-linux/ --licenses

RUN cd /gradle && \
wget https://raw.githubusercontent.com/nextcloud/android/master/build.gradle -O android.gradle && \
wget https://raw.githubusercontent.com/nextcloud/android/master/gplay.gradle && \
wget https://raw.githubusercontent.com/nextcloud/android-library/master/build.gradle -O android-library.gradle && \
sed '/^ [ ]*dependencies/Q' android.gradle >> build.gradle && \
echo " dependencies {" >> build.gradle && \
Expand Down

0 comments on commit a622c55

Please sign in to comment.