Compare commits

..

No commits in common. "2d9bbf6fa5c76364c011a6cd97e52ba9177bcb57" and "fbcc8ad36c2ebadedc52a84797eb8d5202123555" have entirely different histories.

3594 changed files with 6505 additions and 11442 deletions

View File

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

View File

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

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