This commit is contained in:
jia 2025-05-25 22:16:49 +08:00
commit 892c2f68f0
3594 changed files with 11257 additions and 5973 deletions

View File

@ -25,6 +25,6 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
api 'androidx.appcompat:appcompat:1.0.0'
api 'androidx.appcompat:appcompat:1.6.1'
}

View File

@ -1,40 +1,44 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.9.22'
}
repositories {
//
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
jcenter()
mavenCentral()
maven { url 'https://dl.google.com/dl/android/maven2/'}
maven { url 'https://developer.huawei.com/repo/'}
maven { url 'https://developer.hihonor.com/repo/'}
mavenCentral()
google()
}
dependencies {
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
}
}
allprojects {
repositories {
//
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
jcenter()
mavenCentral()
maven {url 'https://dl.google.com/dl/android/maven2/'}
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://jitpack.io' }
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/releases/'
}
maven { url 'https://maven.aliyun.com/nexus/content/repositories/releases/'}
maven { url "https://mvn.getui.com/nexus/content/repositories/releases/"}
maven { url 'https://developer.huawei.com/repo/'}
maven { url 'https://developer.hihonor.com/repo/'}
mavenCentral()
google()
}
}
ext {
compileSdkVersion = 33
buildToolsVersion = "33.0.0"
minSdkVersion = 24
minSdkVersion = 23
targetSdkVersion = 33
}

Some files were not shown because too many files have changed in this diff Show More