Skip to content

Commit 5503cfd

Browse files
authored
Merge pull request #42 from androidx/bumpagain
Bump versions again as I messed up the release
2 parents 36a0166 + 7b56280 commit 5503cfd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gcpbuildcache/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-beta06"
11+
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta07"
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-beta06"
39+
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta07"
4040
}
4141
4242
import androidx.build.gradle.gcpbuildcache.GcpBuildCache

gcpbuildcache/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gradlePlugin {
5151
}
5252

5353
group = "androidx.build.gradle.gcpbuildcache"
54-
version = "1.0.0-beta06"
54+
version = "1.0.0-beta07"
5555

5656
testing {
5757
suites {

s3buildcache/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.s3buildcache") version "1.0.0-alpha03"
11+
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha04"
1212
}
1313

1414
import androidx.build.gradle.s3buildcache.S3BuildCache
@@ -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.s3buildcache") version "1.0.0-alpha03"
39+
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha04"
4040
}
4141
4242
import androidx.build.gradle.s3buildcache.ExportedS3Credentials

s3buildcache/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gradlePlugin {
5959
}
6060

6161
group = "androidx.build.gradle.s3buildcache"
62-
version = "1.0.0-alpha03"
62+
version = "1.0.0-alpha04"
6363

6464
testing {
6565
suites {

0 commit comments

Comments
 (0)