Skip to content

Commit 7a50b7a

Browse files
authored
Merge pull request #46 from oheyadam/bump-aws-build-cache-plugin-version
Bump s3buildcache version
2 parents 6ff6573 + fcbeafe commit 7a50b7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-alpha04"
11+
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha05"
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-alpha04"
39+
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha05"
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
@@ -61,7 +61,7 @@ gradlePlugin {
6161
}
6262

6363
group = "androidx.build.gradle.s3buildcache"
64-
version = "1.0.0-alpha04"
64+
version = "1.0.0-alpha05"
6565

6666
testing {
6767
suites {

0 commit comments

Comments
 (0)