mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-17 14:54:38 +00:00
Merge pull request #14103 from Simonx22/android/agp-8.11.0-to-8.13.0
Android: Upgrade AGP dependency from 8.11.0 to 8.13.0
This commit is contained in:
commit
731849c239
@ -1,9 +1,9 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id("com.android.application") version "8.11.0" apply false
|
||||
id("com.android.library") version "8.11.0" apply false
|
||||
id("com.android.application") version "8.13.0" apply false
|
||||
id("com.android.library") version "8.13.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
|
||||
id("com.android.test") version "8.11.0" apply false
|
||||
id("com.android.test") version "8.13.0" apply false
|
||||
id("androidx.baselineprofile") version "1.3.3" apply false
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user