diff --git a/build.gradle b/build.gradle index d5f88068..aa7c41c7 100644 --- a/build.gradle +++ b/build.gradle @@ -42,11 +42,11 @@ buildscript { } plugins { - id 'com.android.application' version '7.4.1' apply false - id 'com.android.library' version '7.4.1' apply false + id 'com.android.application' version '7.4.0-beta02' apply false + id 'com.android.library' version '7.4.0-beta02' apply false id 'org.jetbrains.kotlin.android' version '1.6.21' apply false } task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +}