Skip to content

Commit

Permalink
add gplay.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasKaminsky committed Sep 17, 2018
1 parent 6e2dc8e commit fd8bb09
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 fd8bb09

Please sign in to comment.