From 98fa3ddef66fc4fdde8098d598bef2021db78d61 Mon Sep 17 00:00:00 2001 From: David Senk Date: Wed, 4 Sep 2024 13:03:05 -0400 Subject: [PATCH] explicity use sdk 34 until 35 is supported --- android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 47392c4..fbef7b0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,7 +7,8 @@ plugins { android { namespace = "net.ything.radio.ything_radio" - compileSdk = flutter.compileSdkVersion + //compileSdk = flutter.compileSdkVersion + compileSdk = 34 ndkVersion = flutter.ndkVersion compileOptions {