1 Star 1 Fork 1

zobo101/SdkMix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
zobo101 提交于 2024-06-07 18:22 . mix flutter
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
//华为推送必须要
classpath 'com.android.tools.build:gradle:7.3.1'
// huawei push need,不需要 huawei 通道,则删除
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
// google 通道 请在gradle.properties中加入android.useAndroidX=true
// classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.gms:google-services:4.3.15'
}
}
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}
apply from: "module.build.gradle"
allprojects {
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/public/' }
//阿里云jcenter仓库
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url "https://s01.oss.sonatype.org/content/groups/public" }
mavenCentral()
gradlePluginPortal()
google()
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/zobo101/sdk_mix.git
git@gitee.com:zobo101/sdk_mix.git
zobo101
sdk_mix
SdkMix
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385