Compare commits

..

No commits in common. "master" and "dev_1.0.0" have entirely different histories.

3563 changed files with 5909 additions and 7708 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.3.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.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
classpath 'com.android.tools.build:gradle:7.4.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 { 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' }
jcenter()
mavenCentral()
maven {url 'https://dl.google.com/dl/android/maven2/'} maven {url 'https://dl.google.com/dl/android/maven2/'}
maven { url 'https://developer.huawei.com/repo/' } maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/releases/'} maven {
maven { url "https://mvn.getui.com/nexus/content/repositories/releases/"} url 'https://maven.aliyun.com/nexus/content/repositories/releases/'
maven { url 'https://developer.huawei.com/repo/'} }
maven { url 'https://developer.hihonor.com/repo/'}
mavenCentral()
google() google()
} }
} }
ext { ext {
compileSdkVersion = 33 compileSdkVersion = 33
buildToolsVersion = "33.0.0" buildToolsVersion = "33.0.0"
minSdkVersion = 23 minSdkVersion = 21
targetSdkVersion = 33 targetSdkVersion = 33
} }

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