9/29/1
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user