Skip to content

Commit

Permalink
updated build.gradle to solve java version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Raviramnani1 committed Aug 6, 2024
1 parent 02e65ee commit af53324
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions easel/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,9 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.multidex:multidex:2.0.1'
}

0 comments on commit af53324

Please sign in to comment.