@@ -19,10 +19,11 @@ Also, for Android projects the license HTML file will be copied to `<project>/sr
1919
2020| Plugin Version | Minimum [ Gradle] ( https://gradle.org/ ) Version | Minimum [ AGP] ( https://developer.android.com/build/releases/gradle-plugin ) Version |
2121| ---------------:| ----------------------------------------------:| ----------------------------------------------------------------------------------:|
22- | <= 0.9.4 | <= 7.0.2 | 3.6.4+ |
23- | 0.9.5 | 7.0.2 | 3.6.4+ |
24- | 0.9.6 | 7.1.3 | 3.6.4+ |
25- | 0.9.7 | 7.2.2 | 3.6.4+ |
22+ | <= 0.9.4 | <= 7.0.2 | 3.6.4+ |
23+ | 0.9.5 | 7.0.2 | 3.6.4+ |
24+ | 0.9.6 | 7.1.3 | 3.6.4+ |
25+ | 0.9.7 | 7.2.2 | 3.6.4+ |
26+ | 0.9.8 | 7.2.2 | 3.6.4+ |
2627
2728## Download
2829
@@ -33,7 +34,7 @@ Also, for Android projects the license HTML file will be copied to `<project>/sr
3334
3435``` kotlin
3536plugins {
36- id(' com.jaredsburrows.license' ) version ' 0.9.7 '
37+ id(' com.jaredsburrows.license' ) version ' 0.9.8 '
3738}
3839```
3940</details >
@@ -50,7 +51,7 @@ buildscript {
5051 }
5152
5253 dependencies {
53- classpath 'com.jaredsburrows:gradle-license-plugin:0.9.7 '
54+ classpath 'com.jaredsburrows:gradle-license-plugin:0.9.8 '
5455 }
5556}
5657
@@ -69,7 +70,7 @@ and [here](https://central.sonatype.com/artifact/com.jaredsburrows/gradle-licens
6970
7071``` kotlin
7172plugins {
72- id(' com.jaredsburrows.license' ) version ' 0.9.8 -SNAPSHOT'
73+ id(' com.jaredsburrows.license' ) version ' 0.9.9 -SNAPSHOT'
7374}
7475```
7576</details >
@@ -85,7 +86,7 @@ buildscript {
8586 }
8687
8788 dependencies {
88- classpath 'com.jaredsburrows:gradle-license-plugin:0.9.8 -SNAPSHOT'
89+ classpath 'com.jaredsburrows:gradle-license-plugin:0.9.9 -SNAPSHOT'
8990 }
9091}
9192
0 commit comments