Skip to content

Commit

Permalink
Merge pull request #46 from oheyadam/bump-aws-build-cache-plugin-version
Browse files Browse the repository at this point in the history
Bump s3buildcache version
  • Loading branch information
liutikas committed Mar 20, 2024
2 parents 6ff6573 + fcbeafe commit 7a50b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions s3buildcache/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.s3buildcache") version "1.0.0-alpha04"
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha05"
}

import androidx.build.gradle.s3buildcache.S3BuildCache
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.s3buildcache") version "1.0.0-alpha04"
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha05"
}
import androidx.build.gradle.s3buildcache.ExportedS3Credentials
Expand Down
2 changes: 1 addition & 1 deletion s3buildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gradlePlugin {
}

group = "androidx.build.gradle.s3buildcache"
version = "1.0.0-alpha04"
version = "1.0.0-alpha05"

testing {
suites {
Expand Down

0 comments on commit 7a50b7a

Please sign in to comment.