Version Compatibility
You will need to select the appropriate version of the DashO Gradle Plugin based on the Android Gradle Plugin you use:
Android Gradle Plugin | DashO Gradle Plugin | Minimum Gradle Version | Minimum DashO Version |
---|---|---|---|
0.14.3, 0.14.4, 1.0.0-rc*, 1.0.x |
1.4.x | 2.2 | 7.5 |
1.1.x | 1.5.0 | 2.2 | 7.5 |
1.2.x | 1.6.0 | 2.2 | 7.5 |
1.3.0, 1.3.1 | 1.7.0 | 2.2 | 7.5 |
1.5.0 | 1.8.x | 2.2 | 7.5 |
2.0.0 | 2.0.0 | 2.10 | 7.5 |
2.1.0 | 2.1.0 | 2.10 | 7.5 |
2.2.0 | 2.2.0, 2.2.1 | 2.14.1 | 7.5 |
2.3.0 | 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4 | 3.3 | 8.1 |
3.0.0 | 3.0.0, 3.0.1, 3.0.2, 3.0.3 | 4.1 | 8.1 |
3.1.0, 3.1.1 | 3.1.0, 3.1.1 | 4.4 | 8.5 |
3.2.0 | 3.2.0 | 4.6 | 8.5 |
3.2.1 | 3.2.1, 3.2.2, 3.2.3 | 4.6 | 8.5 |
3.3.0 | 3.3.0 | 4.10.1 | 8.5 |
The plugin is typically referenced by com.preemptive:dasho:X.Y.+
(e.g. com.preemptive:dasho:3.2.+
).
If you need to be more specific, use com.preemptive:dasho:X.Y.Z.+
(e.g. com.preemptive:dasho:3.2.2.+
).