Skip to content

Commit

Permalink
Set targetSdkVersion to 33
Browse files Browse the repository at this point in the history
Fixes #703 and #704, will have to look into why this happens
  • Loading branch information
jmshrv committed Apr 28, 2024
1 parent d5de094 commit d1ae815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -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
}
Expand Down

0 comments on commit d1ae815

Please sign in to comment.