Newer
Older
react-native-hi-baidu-tts / example / android / settings.gradle
xiaobaoafei on 22 Apr 2022 chore: initial commit
rootProject.name = 'HiBaiduTtsExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'

include ':reactnativehibaidutts'
project(':reactnativehibaidutts').projectDir = new File(rootProject.projectDir, '../../android')