Skip to content

Commit

Permalink
chore: update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
onghuisheng committed Mar 31, 2023
1 parent e4df3f6 commit b79f210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ android {
defaultConfig {
minSdkVersion 16
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
kotlin {
jvmToolchain(8)
}
lintOptions {
disable 'InvalidPackage'
Expand All @@ -45,4 +44,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.core:core-ktx:1.9.0'
implementation files('C:/flutter/bin/cache/artifacts/engine/android-x64/flutter.jar')
}

0 comments on commit b79f210

Please sign in to comment.