Skip to content

Commit a3d2a23

Browse files
authored
Merge pull request #62 from androidx/stable
Graduate to 1.0.0 stable
2 parents f5058e7 + f3b09f2 commit a3d2a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcpbuildcache/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gradlePlugin {
4949
id = "androidx.build.gradle.gcpbuildcache"
5050
displayName = "Gradle GCP Build Cache Plugin"
5151
description = """
52-
- Move to targeting Java 17
52+
- Graduating to 1.0.0 stable version.
5353
""".trimIndent()
5454
implementationClass = "androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
5555
tags = listOf("buildcache", "gcp", "caching")
@@ -58,7 +58,7 @@ gradlePlugin {
5858
}
5959

6060
group = "androidx.build.gradle.gcpbuildcache"
61-
version = "1.0.0-beta10"
61+
version = "1.0.0"
6262

6363
testing {
6464
suites {

0 commit comments

Comments
 (0)