We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67957f2 commit 4af1981Copy full SHA for 4af1981
README.md
@@ -8,7 +8,7 @@ In your `settings.gradle.kts` file add the following
8
9
```kotlin
10
plugins {
11
- id("androidx.build.gradle.gcpbuildcache") version "1.0.0-alpha06"
+ id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta01"
12
}
13
14
import androidx.build.gradle.gcpbuildcache.GcpBuildCache
@@ -36,7 +36,7 @@ If you are using Groovy, then you should do the following:
36
37
```groovy
38
39
40
41
42
0 commit comments