From 516e3378b6244e67fee05d4045067a1da161f21c Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Sun, 30 Jul 2023 22:58:03 +0800 Subject: [PATCH] Bump to latest stable AGP and Gradle versions Signed-off-by: Aayush Gupta --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 32243569e..f21f726c5 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ */ plugins { - id 'com.android.application' version '8.0.2' apply false + id 'com.android.application' version '8.1.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.21' apply false id 'org.jetbrains.kotlin.plugin.parcelize' version '1.8.21' apply false id 'androidx.navigation.safeargs.kotlin' version '2.6.0' apply false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6dfc440ee..5b54ffb80 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,8 +1,8 @@ -#Mon May 08 14:18:03 IST 2023 +#Sun Jul 30 22:47:36 CST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists