12/24/1
This commit is contained in:
@@ -55,8 +55,8 @@ android {
|
|||||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = flutter.targetSdkVersion
|
targetSdk = flutter.targetSdkVersion
|
||||||
versionCode = 126
|
versionCode = 127
|
||||||
versionName = '1.5.26'
|
versionName = '1.5.27'
|
||||||
multiDexEnabled =true
|
multiDexEnabled =true
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -73,6 +73,10 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
|
minifyEnabled true
|
||||||
|
shrinkResources true
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -85,11 +89,8 @@ flutter {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
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.stripe:paymentsheet:20.52.2'
|
||||||
implementation 'com.facebook.android:facebook-login:latest.release'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
|
||||||
|
|
||||||
implementation 'com.stripe:paymentsheet:20.47.0'
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
2
android/app/proguard-rules.pro
vendored
2
android/app/proguard-rules.pro
vendored
@@ -28,3 +28,5 @@
|
|||||||
# Keep rules for Stripe
|
# Keep rules for Stripe
|
||||||
-keep class com.stripe.android.** { *; }
|
-keep class com.stripe.android.** { *; }
|
||||||
-keep class com.stripe.android.pushProvisioning.** { *; }
|
-keep class com.stripe.android.pushProvisioning.** { *; }
|
||||||
|
-keep class com.yalantis.ucrop.** { *; }
|
||||||
|
-keep class com.yalantis.ucrop.util.** { *; }
|
||||||
@@ -4,4 +4,5 @@ android.enableJetifier=true
|
|||||||
org.gradle.jvmargs=-Xmx4096m
|
org.gradle.jvmargs=-Xmx4096m
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
|
android.enableR8.fullMode=true
|
||||||
Reference in New Issue
Block a user