We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e6e04 commit 3c05bd3Copy full SHA for 3c05bd3
gcpbuildcache/README.md
@@ -12,7 +12,7 @@ import androidx.build.gradle.gcpbuildcache.GcpBuildCacheServiceFactory
12
import androidx.build.gradle.gcpbuildcache.ExportedKeyGcpCredentials
13
14
plugins {
15
- id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta09"
+ id("androidx.build.gradle.gcpbuildcache") version "1.0.0"
16
}
17
18
buildCache {
@@ -35,7 +35,7 @@ If you are using Groovy, then you should do the following:
35
36
```groovy
37
38
39
40
41
import androidx.build.gradle.gcpbuildcache.GcpBuildCache
0 commit comments