From ad1dad890e1369fc8711f7b794fc75ba6f07c735 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:08:09 +0100 Subject: [PATCH] Tune GMD (#308) * Update build.gradle.kts * Update CI.yml * Update libs.versions.toml --- .github/workflows/CI.yml | 2 +- gradle/libs.versions.toml | 2 +- kotlinx-uuid-core/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f52ff3..5319ab8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,4 +47,4 @@ jobs: with: gradle-home-cache-cleanup: true - name: Run Android integration tests - run: ./gradlew :kotlinx-uuid-core:allDevicesCheck + run: ./gradlew :kotlinx-uuid-core:allDevicesCheck -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index feee8c1..06247a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.1" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -android = { id = "com.android.application", version = "8.3.1" } +android = { id = "com.android.application", version = "8.4.0-alpha13" } binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" } publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } diff --git a/kotlinx-uuid-core/build.gradle.kts b/kotlinx-uuid-core/build.gradle.kts index e07923d..0b6dec3 100644 --- a/kotlinx-uuid-core/build.gradle.kts +++ b/kotlinx-uuid-core/build.gradle.kts @@ -63,7 +63,7 @@ android { register("pixel2api30") { device = "Pixel 2" apiLevel = 34 - systemImageSource = "aosp" + systemImageSource = "aosp-atd" require64Bit = true } }