From 3642927001eea2e55618e7cc42a82b9c1c635b15 Mon Sep 17 00:00:00 2001 From: trevjonez Date: Mon, 13 Apr 2020 18:13:37 -0600 Subject: [PATCH 1/2] latest gradle publishing plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27eb7e3..ebebae7 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { } dependencies { classpath("org.gradle.kotlin:plugins:1.3.3") - classpath("com.gradle.publish:plugin-publish-plugin:0.10.1") + classpath("com.gradle.publish:plugin-publish-plugin:0.11.0") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION") classpath("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4") } From e19a1b59c16dfc97772d06cd4720645ca3cad591 Mon Sep 17 00:00:00 2001 From: trevjonez Date: Mon, 13 Apr 2020 18:14:49 -0600 Subject: [PATCH 2/2] README.md compat table update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ad3d0..29f14fc 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ In most cases using the latest version of gradle and agp is safe but may not be Composer plugin version | Gradle version | Android plugin version | ------ | ------ | ------ | | 0.13.0 | 5.6 | 3.4.2, 3.5.0-rc01\*, 3.6.0-alpha05\* | -| 1.0.0-rc06 | 6.2.1 | 3.6.1, 4.0.0-beta01\*, 4.1.0-alpha01\* | +| 1.0.0-rc06 | 6.3 | 3.6.2, 4.0.0-beta04\*, 4.1.0-alpha05\* | \* Alpha, Beta and RC versions of the android plugin are quickly tested by building against them. This usually means the published composer plugin will work with those version