Skip to content

Commit

Permalink
Merge pull request #15 from tikurahul/main
Browse files Browse the repository at this point in the history
Update README.md to use 1.0.0-alpha02
  • Loading branch information
tikurahul authored Apr 18, 2022
2 parents 4fed3a7 + 2d474dd commit eb40b53
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-alpha01"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-alpha02"
}

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

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

0 comments on commit eb40b53

Please sign in to comment.