This commit is contained in:
Hamza-Ayed
2024-09-30 09:37:26 +03:00
parent f5b7307f86
commit 659f178737
21 changed files with 416 additions and 151 deletions

View File

@@ -54,8 +54,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdk = 23
targetSdk = flutter.targetSdkVersion
versionCode = 94
versionName = '1.5.94'
versionCode = 95
versionName = '1.5.95'
multiDexEnabled =true
}
@@ -85,6 +85,9 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// implementation platform('com.google.firebase:firebase-bom:32.1.1')
// implementation 'com.facebook.android:facebook-login:12.3.0'
implementation 'com.facebook.android:facebook-login:latest.release'
implementation 'com.stripe:paymentsheet:20.47.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'