Skip to content

Commit

Permalink
Update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
liutikas committed Jul 14, 2022
1 parent 67957f2 commit 4af1981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In your `settings.gradle.kts` file add the following

```kotlin
plugins {
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-alpha06"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta01"
}

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

```groovy
plugins {
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-alpha06"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta01"
}
import androidx.build.gradle.gcpbuildcache.GcpBuildCache
Expand Down

0 comments on commit 4af1981

Please sign in to comment.