Skip to content

Commit

Permalink
Upgrade Android target SDK to 34
Browse files Browse the repository at this point in the history
Was set to 33 by d1ae815, doesn't look like this happens anymore? I hope not, since Google Play now requires API 34
  • Loading branch information
jmshrv committed Nov 8, 2024
1 parent a7f8235 commit 5f13605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
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 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,10 @@ packages:
dependency: "direct main"
description:
name: just_audio
sha256: b41646a8241688f1d99c2e69c4da2bb26aa4b3a99795f6ff205c2a165e033fda
sha256: a49e7120b95600bd357f37a2bb04cd1e88252f7cdea8f3368803779b925b1049
url: "https://pub.dev"
source: hosted
version: "0.9.41"
version: "0.9.42"
just_audio_platform_interface:
dependency: transitive
description:
Expand Down

0 comments on commit 5f13605

Please sign in to comment.