TP-24174 | Downgrade agp version

This commit is contained in:
Rajinikanth
2023-04-07 19:27:43 +05:30
parent 48e30672f5
commit 02341b1541

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0-rc01' apply false
id 'com.android.library' version '8.0.0-rc01' apply false
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}