Skip to content

Commit 3c05bd3

Browse files
authored
Update README.md to stable versions
1 parent 08e6e04 commit 3c05bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcpbuildcache/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import androidx.build.gradle.gcpbuildcache.GcpBuildCacheServiceFactory
1212
import androidx.build.gradle.gcpbuildcache.ExportedKeyGcpCredentials
1313

1414
plugins {
15-
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta09"
15+
id("androidx.build.gradle.gcpbuildcache") version "1.0.0"
1616
}
1717

1818
buildCache {
@@ -35,7 +35,7 @@ If you are using Groovy, then you should do the following:
3535

3636
```groovy
3737
plugins {
38-
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta09"
38+
id("androidx.build.gradle.gcpbuildcache") version "1.0.0"
3939
}
4040
4141
import androidx.build.gradle.gcpbuildcache.GcpBuildCache

0 commit comments

Comments
 (0)