Rename android gradle file
This commit is contained in:
parent
f03d2fb4b8
commit
356e0bfcbb
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-stripe-payments",
|
"name": "cordova-plugin-stripe-payments",
|
||||||
"description": "Stripe Card Entry plugin for Cordova. Available for Android and iOS.",
|
"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",
|
"homepage": "https://github.com/rolamix/cordova-plugin-stripe-payments#readme",
|
||||||
"author": "Rolamix <contact@rolamix.com> (https://rolamix.com)",
|
"author": "Rolamix <contact@rolamix.com> (https://rolamix.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<framework src="com.stripe:stripe-android:8.7.0" />
|
<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/RetrofitFactory.java" target-dir="src/com/rolamix/plugins/stripe/" />
|
||||||
<source-file src="src/android/StripePaymentConfig.java" target-dir="src/com/rolamix/plugins/stripe/" />
|
<source-file src="src/android/StripePaymentConfig.java" target-dir="src/com/rolamix/plugins/stripe/" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user