Skip to content

Commit

Permalink
updated compile and target sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishq5414 authored Jul 30, 2024
1 parent 77bcc76 commit c9ce8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (flutterVersionName == null) {

android {
namespace "com.example.companion"
compileSdk flutter.compileSdkVersion
compileSdk 34
ndkVersion flutter.ndkVersion

compileOptions {
Expand All @@ -55,7 +55,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-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit c9ce8b6

Please sign in to comment.