From c03b4410f441cacbf6442d92a76dc6d6e4bda206 Mon Sep 17 00:00:00 2001 From: Infi Date: Thu, 28 Mar 2024 00:24:59 +0100 Subject: [PATCH] chore: upgrade AGP Signed-off-by: Infi --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 666e25b2..e2e7e3d7 100644 --- a/build.gradle +++ b/build.gradle @@ -17,8 +17,8 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.4.0-alpha09' apply false - id 'com.android.library' version '8.4.0-alpha09' apply false + id 'com.android.application' version '8.4.0-beta01' apply false + id 'com.android.library' version '8.4.0-beta01' apply false id 'org.jetbrains.kotlin.android' version '1.9.22' apply false id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22' apply false id "com.google.dagger.hilt.android" version "2.44" apply false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 87af3b7b..ab73a3f5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Nov 20 00:24:55 CET 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME