mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
android: Regenerate baseline profile module for AGP 8.2.0
This commit is contained in:
@ -2,6 +2,7 @@ plugins {
|
||||
id("com.android.application")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
kotlin("plugin.serialization") version "1.8.21"
|
||||
id("androidx.baselineprofile")
|
||||
}
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
@ -115,6 +116,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
"baselineProfile"(project(":benchmark"))
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
|
||||
|
||||
implementation("androidx.core:core-ktx:1.10.1")
|
||||
|
Reference in New Issue
Block a user