Skip to content

Commit

Permalink
upgrade gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Mar 16, 2024
1 parent 127ab33 commit 8a2a3d6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "fr.myecl.titan"
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
Expand Down Expand Up @@ -102,16 +101,15 @@ flutter {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
implementation platform('com.google.firebase:firebase-bom:32.1.1')
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
implementation platform('com.google.firebase:firebase-bom:32.7.4')
}

android {

namespace 'com.example.myecl'
defaultConfig {
targetSdkVersion 33
targetSdkVersion 34
minSdkVersion flutter.minSdkVersion
}
}

0 comments on commit 8a2a3d6

Please sign in to comment.