Skip to content

Commit

Permalink
Merge pull request #37 from androidx/emptyentries
Browse files Browse the repository at this point in the history
Bump the version to 1.0.0-beta05
  • Loading branch information
liutikas authored Oct 12, 2023
2 parents 2b5c653 + 4e578e1 commit d222202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gcpbuildcache/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-beta01"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta05"
}

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-beta01"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta05"
}
import androidx.build.gradle.gcpbuildcache.GcpBuildCache
Expand Down
2 changes: 1 addition & 1 deletion gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gradlePlugin {
}

group = "androidx.build.gradle.gcpbuildcache"
version = "1.0.0-beta04"
version = "1.0.0-beta05"

testing {
suites {
Expand Down

0 comments on commit d222202

Please sign in to comment.