From 06f8369958511a24de382af81da893f20dc4eaf6 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Tue, 7 Dec 2021 03:27:27 +0530 Subject: [PATCH] Update AGP to `7.1.0-beta04` The latest beta of Android Studio (Beta 4) requires the `beta04` version of the Android Gradle Plugin and it has been updated to work on it. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a3274c2..cb469f47 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.0-beta02' + classpath 'com.android.tools.build:gradle:7.1.0-beta04' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"