forked from cerc-io/laconic-wallet
* Change package name * Refactor folder structure * Remove older instances of file * Change name in app.json * Make address selectable --------- Co-authored-by: Adw8 <adwait@deepstacksoft.com>
5 lines
250 B
Groovy
5 lines
250 B
Groovy
rootProject.name = 'wallet'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|