7/31/1
This commit is contained in:
@@ -54,8 +54,9 @@ android {
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdk = 23
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = 64
|
||||
versionName = '1.5.64'
|
||||
versionCode = 68
|
||||
versionName = '1.5.68'
|
||||
multiDexEnabled =true
|
||||
}
|
||||
|
||||
// defaultConfig {
|
||||
@@ -95,5 +96,6 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
// implementation platform('com.google.firebase:firebase-bom:32.1.1')
|
||||
implementation 'com.stripe:paymentsheet:20.47.0'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user