1 Star 2 Fork 1

larry_jay/LightWebviewBridge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
larryjay 提交于 2023-09-01 14:51 . Bridge引擎功能实现
pluginManagement {
repositories {
maven { url 'https://maven.aliyun.com/repository/central'}
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { url 'https://maven.aliyun.com/repository/central'}
maven { url 'https://jitpack.io' }
google()
mavenCentral()
}
versionCatalogs{
libs{
from(files("./libs.versions.toml"))
}
}
}
rootProject.name = "LightWebviewBridge"
include ':app'
include ':bridge'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/larry_jay/LightWebviewBridge.git
git@gitee.com:larry_jay/LightWebviewBridge.git
larry_jay
LightWebviewBridge
LightWebviewBridge
main

搜索帮助