Skip to content

Commit 4af1981

Browse files
committed
Update readme version
1 parent 67957f2 commit 4af1981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In your `settings.gradle.kts` file add the following
88

99
```kotlin
1010
plugins {
11-
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-alpha06"
11+
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta01"
1212
}
1313

1414
import androidx.build.gradle.gcpbuildcache.GcpBuildCache
@@ -36,7 +36,7 @@ If you are using Groovy, then you should do the following:
3636

3737
```groovy
3838
plugins {
39-
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-alpha06"
39+
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta01"
4040
}
4141
4242
import androidx.build.gradle.gcpbuildcache.GcpBuildCache

0 commit comments

Comments
 (0)