mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-06-12 00:54:55 +08:00
* Upgrade iOS imports * Added release build to android example app * Fix example deps * Updated build.gradle * Fix react-native version to >=0.40 * Added compatibility section to README.md
6 lines
180 B
Groovy
6 lines
180 B
Groovy
rootProject.name = 'example'
|
|
include ':tipsi-stripe'
|
|
project(':tipsi-stripe').projectDir = new File(rootProject.projectDir, '../node_modules/tipsi-stripe/android')
|
|
|
|
include ':app'
|