DashO Gradle Plugin for Android Version Compatibility
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 Version | Android Gradle Plugin Versions | Minimum DashO Version | DashO Version Search |
---|---|---|---|
1.0.x | 3.2 and above | 10.0 | 10.0+ |
1.1.x, 1.2.x | 3.3 and above | 10.2 | 10.2+ |
1.3.x, 1.4.x | 3.3 and above | 10.2 | 11.0+, 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.