Skip to content

Commit

Permalink
chore: Update JVM target to 1.8 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent e935eab commit 63e5cf7
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 @@ -34,15 +34,15 @@ android {
}

kotlinOptions {
jvmTarget = "1.6"
jvmTarget = "1.8"
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.demo"
// 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.
minSdk = flutter.minSdkVersion
minSdk = 24
targetSdk = flutter.targetSdkVersion
versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName
Expand Down

0 comments on commit 63e5cf7

Please sign in to comment.