explicity use sdk 34 until 35 is supported

This commit is contained in:
2024-09-04 13:03:05 -04:00
parent bb8d4f6a0e
commit 98fa3ddef6

View File

@@ -7,7 +7,8 @@ plugins {
android { android {
namespace = "net.ything.radio.ything_radio" namespace = "net.ything.radio.ything_radio"
compileSdk = flutter.compileSdkVersion //compileSdk = flutter.compileSdkVersion
compileSdk = 34
ndkVersion = flutter.ndkVersion ndkVersion = flutter.ndkVersion
compileOptions { compileOptions {