Rename android gradle file

pull/2/merge
codinronan 5 years ago
parent f03d2fb4b8
commit 356e0bfcbb

@ -1,7 +1,7 @@
{
"name": "cordova-plugin-stripe-payments",
"description": "Stripe Card Entry plugin for Cordova. Available for Android and iOS.",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/rolamix/cordova-plugin-stripe-payments#readme",
"author": "Rolamix <contact@rolamix.com> (https://rolamix.com)",
"license": "MIT",

@ -51,7 +51,7 @@
</config-file>
<framework src="com.stripe:stripe-android:8.7.0" />
<framework src="src/android/StripePaymentsPlugin.gradle" custom="true" type="gradleReference" />
<framework src="src/android/build-extras-stripe-payments.gradle" custom="true" type="gradleReference" />
<source-file src="src/android/RetrofitFactory.java" target-dir="src/com/rolamix/plugins/stripe/" />
<source-file src="src/android/StripePaymentConfig.java" target-dir="src/com/rolamix/plugins/stripe/" />

Loading…
Cancel
Save