File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
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.1.0 '
29+ classpath 'org.neotech.plugin:android-root-coverage-plugin:1.1.1 '
3030 }
3131}
3232```
@@ -58,12 +58,14 @@ https://www.jetbrains.com/help/idea/jetgradle-tool-window.html) or from the term
5858
5959
6060# Compatibility
61- | Version | Android Gradle plugin version | Gradle version |
62- | --------- | ----------------------------- | -------------- |
63- | ** 1.1.0** | 3.3 | 5+ |
64- | ** 1.0.2** | 3.2 | 4.6+ |
65-
66- * Note: The Android Gradle Plugin requires a minimum Gradle version, for more information please refer to:*
61+ | Version | Android Gradle plugin version | Gradle version |
62+ | ------------- | ----------------------------- | -------------- |
63+ | ** 1.1.1** | 3.3 | 4.10.1+ |
64+ | ~~ ** 1.1.0** ~~ | ~~ 3.3~~ | ~~ 5+~~ |
65+ | ** 1.0.2** | 3.2 | 4.6+ |
66+
67+ * Note: This plugin normally supports exactly the same Gradle versions as the Android Gradle
68+ plugin, for more information please refer to:*
6769https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
6870
6971# Configuration
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.1.0
22+ VERSION =1.1.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
@@ -34,4 +34,4 @@ LICENCE_DIST=repo
3434
3535DEVELOPER_ID =rolf-smit
3636DEVELOPER_NAME =Rolf Smit
37- 37+
You can’t perform that action at this time.
0 commit comments