android: Migrate to AGP 8.0.1
This commit is contained in:
parent
48065c7a0e
commit
56d3711e34
4 changed files with 17 additions and 6 deletions
|
|
@ -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 "7.4.2" apply false
|
||||
id("com.android.library") version "7.4.2" apply false
|
||||
id("com.android.application") version "8.0.1" apply false
|
||||
id("com.android.library") version "8.0.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue