Skip to content

Commit df2c32f

Browse files
committed
v2016_05_29_1
* Install `Gradle` from official APT repo, instead of from a PPA * Install `Maven` from official APT repo, instead of from a PPA * Java (OpenJDK) upgrade from 7 to 8
1 parent e103de4 commit df2c32f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2016_05_29_1
2+
3+
* Install `Gradle` from official APT repo, instead of from a PPA
4+
* Install `Maven` from official APT repo, instead of from a PPA
5+
* Java (OpenJDK) upgrade from 7 to 8
6+
7+
18
## 2016_05_26_1
29

310
* "Checkpoint", before migration to `ubuntu:16.04`

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ RUN fastlane --version
113113
# Cleaning
114114
RUN apt-get clean
115115

116-
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_05_26_1
116+
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_05_29_1
117117
CMD bitrise -version

0 commit comments

Comments
 (0)