Skip to content

Commit

Permalink
Merge pull request #55 from androidx/releasenotes
Browse files Browse the repository at this point in the history
Add release notes for the next release
  • Loading branch information
liutikas committed May 23, 2024
2 parents 24d137f + 41e5091 commit 4a81907
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ gradlePlugin {
id = "androidx.build.gradle.gcpbuildcache"
displayName = "Gradle GCP Build Cache Plugin"
description = """
- Performance optimization for pulling large remote cache entries, see
https://github.com/androidx/gcp-gradle-build-cache/pull/40
- Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
- Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
""".trimIndent()
implementationClass = "androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
tags = listOf("buildcache", "gcp", "caching")
Expand All @@ -53,7 +53,7 @@ gradlePlugin {
}

group = "androidx.build.gradle.gcpbuildcache"
version = "1.0.0-beta07"
version = "1.0.0-beta08"

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

0 comments on commit 4a81907

Please sign in to comment.