Files
tipsi-stripe/example/android/settings.gradle
Anton Petrov 1a2913d35e Upgrade for new React Native version (#19)
* 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
2017-01-18 16:55:46 +03:00

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'