diff --git a/android/app/build.gradle b/android/app/build.gradle index e175f356..8ec1872e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -47,10 +47,9 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "oss.krtirtho.spotube" minSdkVersion 24 - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true