mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-26 18:08:58 +02:00
android: Migrate to AGP 8.0.1
This commit is contained in:
parent
3c3f7dcf2e
commit
1367956b05
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue