File tree 1 file changed +57
-0
lines changed
1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.0
4
+
5
+ ** Main Image**
6
+
7
+ ``` console
8
+ docker pull thyrlian/android-sdk:7.0
9
+ ```
10
+
11
+ ** What's New**
12
+ * Upgraded OpenJDK from 1.8.0_292 to 11.0.11
13
+ * Upgraded Gradle from 6.9 to 7.1.1
14
+ * Upgraded Kotlin compiler from 1.5.0 to 1.5.21
15
+
16
+ Component | Version
17
+ --------- | -------
18
+ Ubuntu | 20.04.2 LTS (Focal Fossa)
19
+ Java | 11.0.11
20
+ Gradle | 7.1.1
21
+ Kotlin compiler | 1.5.21
22
+ Android SDK Command-line Tools | 4.0
23
+ OpenSSH | 1:8.2p1-4
24
+
25
+ ** Variant Image**
26
+
27
+ ``` console
28
+ docker pull thyrlian/android-sdk-jdk8:7.0
29
+ ```
30
+
31
+ Component | Version
32
+ --------- | -------
33
+ Java | 1.8.0_292
34
+
35
+ ** Sub-image** : VNC
36
+
37
+ ``` console
38
+ docker pull thyrlian/android-sdk-vnc:7.0
39
+ ```
40
+
41
+ Component | Version
42
+ --------- | -------
43
+ TightVNC | 1.3.10
44
+
45
+ ** Sub-image** : Firebase Test Lab
46
+
47
+ ``` console
48
+ docker pull thyrlian/android-sdk-firebase-test-lab:7.0
49
+ ```
50
+
51
+ ** What's New**
52
+ * Upgraded Google Cloud SDK from 340.0.0 to 349.0.0
53
+
54
+ Component | Version
55
+ --------- | -------
56
+ Google Cloud SDK | 349.0.0
57
+
58
+ ---
59
+
3
60
## 6.1
4
61
5
62
** Main Image**
You can’t perform that action at this time.
0 commit comments