The following table describes the versions of the Android Gradle Plugin and the minimum version of PreEmptive Protection™ DashO™ with which each version of the DashO Gradle Plugin for Android is compatible:
DashO Gradle Plugin for Android Versions | Gradle Versions | Android Gradle Plugin Versions | Kotlin Gradle Plugin Versions | Minimum Java Version | Minimum DashO Version | DashO Version Search |
---|---|---|---|---|---|---|
1.0.+ | 6.9.+ and below | 3.2 and above | 1.1.20 - 1.7+ | 8 | 10.0 | 10.0+ |
1.1.+, 1.2.+ | 6.9.+ and below | 3.3 and above | 1.1.20 - 1.7+ | 8 | 10.2 | 10.2+ |
1.3.+, 1.4.+ | 6.9.+ and below | 3.3 and above | 1.1.20 - 1.7+ | 8 | 10.2 | 11.+, 10.2.+ |
1.3.+, 1.4.+ | 6.9.+ and below | 3.3 and above | 1.2.20 - 1.7.+ | 8 | 10.2 | 11.+, 10.2.+ |
1.5.2 | 7.6.+ | 7.4 and above | 1.8.+ and above | 11 | 10.2 | 11.+, 10.2.+ |
1.5.4, 1.5.7, 1.5.+ | 7.6.+ | 7.4 and above | 1.8.+ and above | 11 | 10.2 | 12.+, 11.+, 10.2.+ |
Note: When using versions of the Android Gradle Plugin prior to 3.4.0, R8 is considered experimental and not enabled by default. You will need to add
android.enableR8=true
to yourgradle.properties
file to Enable R8 when using those versions.