mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Bump AGP to 7.3.0 (#2950)
https://developer.android.com/studio/releases/gradle-plugin#7-3-0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
id 'com.android.application' version "7.3.0-rc01"
|
||||
id 'com.android.library' version "7.3.0-rc01" apply false
|
||||
id 'com.android.application' version "7.3.0"
|
||||
id 'com.android.library' version "7.3.0" apply false
|
||||
id 'org.jetbrains.kotlin.android' version "1.7.10"
|
||||
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.7.10"
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "1.7.10"
|
||||
|
||||
Reference in New Issue
Block a user