diff --git a/maestro-android/build.gradle.kts b/maestro-android/build.gradle.kts index 03a56bf027..a11fdc2150 100644 --- a/maestro-android/build.gradle.kts +++ b/maestro-android/build.gradle.kts @@ -38,12 +38,12 @@ kotlin.sourceSets.configureEach { android { namespace = "dev.mobile.maestro" - compileSdk = 34 + compileSdk = 36 defaultConfig { applicationId = "dev.mobile.maestro" minSdk = 24 - targetSdk = 34 + targetSdk = 36 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/maestro-client/src/main/resources/maestro-app.apk b/maestro-client/src/main/resources/maestro-app.apk index ac063700f7..6403437379 100644 Binary files a/maestro-client/src/main/resources/maestro-app.apk and b/maestro-client/src/main/resources/maestro-app.apk differ diff --git a/maestro-client/src/main/resources/maestro-server.apk b/maestro-client/src/main/resources/maestro-server.apk index d278de56a9..37b22e4340 100644 Binary files a/maestro-client/src/main/resources/maestro-server.apk and b/maestro-client/src/main/resources/maestro-server.apk differ