Skip to content

Commit

Permalink
Merge pull request #73 from trevjonez/tjones/publishing_update
Browse files Browse the repository at this point in the history
Readme and publishing plugin update
  • Loading branch information
trevjonez authored Apr 14, 2020
2 parents 8acafbc + e19a1b5 commit 5d25aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<sup>\*</sup>, 3.6.0-alpha05<sup>\*</sup> |
| 1.0.0-rc06 | 6.2.1 | 3.6.1, 4.0.0-beta01<sup>\*</sup>, 4.1.0-alpha01<sup>\*</sup> |
| 1.0.0-rc06 | 6.3 | 3.6.2, 4.0.0-beta04<sup>\*</sup>, 4.1.0-alpha05<sup>\*</sup> |

\* 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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 5d25aef

Please sign in to comment.