This commit is contained in:
ReinerRego
2024-03-03 22:00:50 +01:00
parent b98e4c0347
commit c4d05fe91f
4 changed files with 6 additions and 12 deletions

View File

@@ -66,9 +66,9 @@ android {
signingConfigs {
debug {
keyAlias "androiddebugkey"
keyPassword "Jelszo123"
storeFile file("C:/Users/Kima/debugkeystore.jks")
storePassword "Jelszo123"
keyPassword "android"
storeFile file("/home/reinerregodebugkeystore.jks")
storePassword "android"
}
release {

View File

@@ -165,11 +165,6 @@ public final class GeneratedPluginRegistrant {
} catch (Exception e) {
Log.e(TAG, "Error registering plugin sqflite, com.tekartik.sqflite.SqflitePlugin", e);
}
try {
flutterEngine.getPlugins().add(new com.flutter.stripe.StripeAndroidPlugin());
} catch (Exception e) {
Log.e(TAG, "Error registering plugin stripe_android, com.flutter.stripe.StripeAndroidPlugin", e);
}
try {
flutterEngine.getPlugins().add(new name.avioli.unilinks.UniLinksPlugin());
} catch (Exception e) {