@@ -71,35 +71,39 @@ This plugin does not work with non-app modules and/or library modules correctly.
71
71
72
72
## Version Compatibility
73
73
74
- | Android Gradle Plugin | Gradle DeployGate Plugin |
75
- | :----------------------| :-----------------------------|
76
- | < 3.0.0 | 1.1.5 (No longer maintained) |
77
- | 3.3.x, 3.4.x, 3.5.x | \> =2.0.0,\< 2.6 |
78
- | 3.6.x | \> =2.1.0,\< 2.6 |
79
- | 4.0.x | \> =2.2.0,\< 2.6 |
80
- | 4.1.x | \> =2.3.0,\< 2.6 |
81
- | 4.2.x | \> =2.4.0 |
82
- | 7.0.x (Arctic Fox) | \> =2.4.0 |
83
- | 7.1.x (Bumblebee) | \> =2.4.0 |
84
- | 7.2.x (Chipmunk) | \> =2.4.0 |
85
- | 7.3.x (Dolphin) | \> =2.4.0 |
86
- | 7.4.x (Electric Eel) | \> =2.4.0 |
87
- | 8.0.x (Flamingo) | \> =2.6.0 |
88
- | 8.1.x (Giraffe) | \> =2.7.0 |
89
- | 8.2.x (Hedgehog) | \> =2.7.0 |
90
- | 8.3.x (Iguana) | \> =2.8.0 |
74
+ | Android Gradle Plugin | Gradle DeployGate Plugin |
75
+ | :---------------------------| :-----------------------------|
76
+ | < 3.0.0 | 1.1.5 (No longer maintained) |
77
+ | 3.3.x, 3.4.x, 3.5.x | \> =2.0.0,\< 2.6 |
78
+ | 3.6.x | \> =2.1.0,\< 2.6 |
79
+ | 4.0.x | \> =2.2.0,\< 2.6 |
80
+ | 4.1.x | \> =2.3.0,\< 2.6 |
81
+ | 4.2.x | \> =2.4.0 |
82
+ | 7.0.x (Arctic Fox) | \> =2.4.0 |
83
+ | 7.1.x (Bumblebee) | \> =2.4.0 |
84
+ | 7.2.x (Chipmunk) | \> =2.4.0 |
85
+ | 7.3.x (Dolphin) | \> =2.4.0 |
86
+ | 7.4.x (Electric Eel) | \> =2.4.0 |
87
+ | 8.0.x (Flamingo) | \> =2.6.0 |
88
+ | 8.1.x (Giraffe) | \> =2.7.0 |
89
+ | 8.2.x (Hedgehog) | \> =2.7.0 |
90
+ | 8.3.x (Iguana) | \> =2.8.0 |
91
+ | 8.4.x (Jellyfish) | \> =2.8.0 |
92
+ | 8.5.x (Koala) | \> =2.8.0 |
93
+ | 8.6.x (Koala Feature Drop) | \> =2.8.0 |
94
+ | 8.7.x (Ladybug) | \> =2.8.0 |
91
95
92
96
### Canary/Beta support table
93
97
94
98
We are not supporting Canary(Alpha) versions because of API stability. Please wait for beta releases or open an issue to support Canary versions.
95
99
96
- > As of 2024 Mar 8th, Jellyfish is not tested yet.
100
+ > As of 2024 Oct 8th, Ladybug Feature Drop is not tested yet.
97
101
98
102
See the test matrix of [ .github/workflows/build-and-test.yml] ( ./.github/workflows/build-and-test.yml ) for the latest information.
99
103
100
- | JRE | Android Gradle Plugin | Gradle DeployGate Plugin |
101
- | :----| :------------------------- | :-------------------------|
102
- | 17 | - | - |
104
+ | JRE | Android Gradle Plugin | Gradle DeployGate Plugin |
105
+ | :----| :----------------------| :-------------------------|
106
+ | 17 | - | - |
103
107
104
108
### Binary compatibility
105
109
@@ -317,16 +321,16 @@ And also, please make sure your changes pass unit tests and acceptance tests. CI
317
321
318
322
We have deprecated some syntax and introduced the new syntax based on the table below.
319
323
320
- Deprecated | New
321
- :---|:----
322
- * userName* | Use ** appOwnerName**
323
- * token* | Use ** apiToken**
324
- * apks* closure | Use ** deployments** closure
325
- * noAssemble* | Use ** skipAssemble**
326
- * distributionKey* | Use ** key** in ** distribution** closure
327
- * releaseNote* | Use ** releaseNote** in ** distribution** closure
328
- * DEPLOYGATE_USER_NAME* env | Use ** DEPLOYGATE_APP_OWNER_NAME** instead
329
- * DEPLOYGATE_RELEASE_NOTE* env | Use ** DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE** instead
324
+ | Deprecated | New |
325
+ | :------------------------------ | :----------------------------------------------------- |
326
+ | * userName* | Use ** appOwnerName** |
327
+ | * token* | Use ** apiToken** |
328
+ | * apks* closure | Use ** deployments** closure |
329
+ | * noAssemble* | Use ** skipAssemble** |
330
+ | * distributionKey* | Use ** key** in ** distribution** closure |
331
+ | * releaseNote* | Use ** releaseNote** in ** distribution** closure |
332
+ | * DEPLOYGATE_USER_NAME* env | Use ** DEPLOYGATE_APP_OWNER_NAME** instead |
333
+ | * DEPLOYGATE_RELEASE_NOTE* env | Use ** DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE** instead |
330
334
331
335
* If both of v1 and v2 variables are specified, v2 variables will be used.*
332
336
0 commit comments