1 Star 0 Fork 45

SwordPoems / GPT_Assistant_Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 467 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://developer.huawei.com/repo/' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://developer.huawei.com/repo/' }
}
}
rootProject.name = "GPTAssistant"
include ':app'
include ':asr_core'
Android
1
https://gitee.com/SwordPoems/gpt-assistant-android.git
git@gitee.com:SwordPoems/gpt-assistant-android.git
SwordPoems
gpt-assistant-android
GPT_Assistant_Android
master

搜索帮助