mirror of
https://github.com/hazemKrimi/diamond-rap-calculator.git
synced 2026-05-01 18:30:26 +00:00
10 lines
291 B
Groovy
10 lines
291 B
Groovy
rootProject.name = 'goldiama'
|
|
|
|
apply from: '../node_modules/react-native-unimodules/gradle.groovy'
|
|
includeUnimodulesProjects()
|
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
|
|
applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|