Skip to content

Commit 4a81907

Browse files
authored
Merge pull request #55 from androidx/releasenotes
Add release notes for the next release
2 parents 24d137f + 41e5091 commit 4a81907

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

gcpbuildcache/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ gradlePlugin {
4343
id = "androidx.build.gradle.gcpbuildcache"
4444
displayName = "Gradle GCP Build Cache Plugin"
4545
description = """
46-
- Performance optimization for pulling large remote cache entries, see
47-
https://github.com/androidx/gcp-gradle-build-cache/pull/40
46+
- Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
47+
- Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
4848
""".trimIndent()
4949
implementationClass = "androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
5050
tags = listOf("buildcache", "gcp", "caching")
@@ -53,7 +53,7 @@ gradlePlugin {
5353
}
5454

5555
group = "androidx.build.gradle.gcpbuildcache"
56-
version = "1.0.0-beta07"
56+
version = "1.0.0-beta08"
5757

5858
testing {
5959
suites {

s3buildcache/build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ gradlePlugin {
5151
id = "androidx.build.gradle.s3buildcache"
5252
displayName = "Gradle AWS S3 Build Cache Plugin"
5353
description = """
54-
- Performance optimization for pulling large remote cache entries, see
55-
https://github.com/androidx/gcp-gradle-build-cache/pull/40
54+
- Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
55+
- Using newer amazon bom, see https://github.com/androidx/gcp-gradle-build-cache/pull/54
56+
- Added support for s3 express zone, see https://github.com/androidx/gcp-gradle-build-cache/pull/53
57+
- Added support for using specific AWS profile for auth, see https://github.com/androidx/gcp-gradle-build-cache/pull/45
58+
- Better offline support, see https://github.com/androidx/gcp-gradle-build-cache/pull/44
59+
- Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
5660
""".trimIndent()
5761
implementationClass = "androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
5862
tags = listOf("buildcache", "s3", "caching")

0 commit comments

Comments
 (0)