Skip to content

Commit

Permalink
set compile/target sdk versions to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Jan 29, 2025
1 parent 73486d7 commit 7a4b055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

defaultConfig {
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34

ndk {
// Flutter does not currently support building for x86 Android (See Issue 9253).
Expand Down
4 changes: 2 additions & 2 deletions min_version_test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion '21.4.7075529'

compileOptions {
Expand All @@ -49,7 +49,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

Expand Down

0 comments on commit 7a4b055

Please sign in to comment.