From 2d474ddc12e8ab0b18aee10874218b6729351db2 Mon Sep 17 00:00:00 2001 From: Rahul Ravikumar Date: Mon, 18 Apr 2022 13:39:22 -0700 Subject: [PATCH] Update README.md to use 1.0.0-alpha02 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9650caf..242caf3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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