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
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")
}