From d1ae8153583a740b90bec1e9a2f36b09f6029d07 Mon Sep 17 00:00:00 2001 From: James Harvey <44349936+jmshrv@users.noreply.github.com> Date: Sun, 28 Apr 2024 01:35:44 +0100 Subject: [PATCH] Set targetSdkVersion to 33 Fixes #703 and #704, will have to look into why this happens --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ea4ba998..76735f61 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -46,7 +46,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.unicornsonlsd.finamp" minSdkVersion 21 - targetSdkVersion 34 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName }