File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'org.neotech.plugin.rootcoverage'
2626buildscript {
2727 dependencies {
2828 // Step 1: add the dependency
29- classpath 'org.neotech.plugin:android-root-coverage-plugin:1.2.0 '
29+ classpath 'org.neotech.plugin:android-root-coverage-plugin:1.2.1 '
3030 }
3131}
3232```
@@ -60,7 +60,7 @@ Android Studio using the Gradle Tool Window (see:
6060# Compatibility
6161| Version | Android Gradle plugin version | Gradle version |
6262| ------------- | ----------------------------- | -------------- |
63- | ** 1.2.0 ** | 3.5 | 5.4.1-5.6.4 |
63+ | ** 1.2.1 ** | 3.5 | 5.4.1-5.6.4 |
6464| ** 1.1.2** | 3.4 | 5.1.1+ |
6565| ** 1.1.1** | 3.3 | 4.10.1+ |
6666| ~~ ** 1.1.0** ~~ | ~~ 3.3~~ | ~~ 5+~~ |
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
1919# PACKAGING=jar
2020
2121GROUP =org.neotech.plugin
22- VERSION =1.2.0
22+ VERSION =1.2.1
2323DESCRIPTION =A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
2424
2525PROJECT_WEBSITE =https://github.com/NeoTech-Software/android-root-coverage-plugin
You can’t perform that action at this time.
0 commit comments