version:1.1

fix:
update:增加推送
This commit is contained in:
2023-02-11 20:54:59 +08:00
parent f246028922
commit 96d9f21b2b
130 changed files with 1013 additions and 653 deletions

View File

@@ -6,9 +6,11 @@ buildscript {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven {url 'http://developer.huawei.com/repo/'}
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@@ -24,8 +26,9 @@ allprojects {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven {url 'http://developer.huawei.com/repo/'}
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' }
}
}