Upgraded Gradle from AGP 7.4.0-beta02 to 7.4.1

This commit is contained in:
Ash 2023-03-02 23:40:44 +08:00
parent 8cb9aa98f3
commit 18b92e1488
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '7.4.0-beta02' apply false
id 'com.android.library' version '7.4.0-beta02' apply false
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}