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 {
api fileTree(dir: 'libs', include: ['*.jar'])
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.
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' }
maven { url 'https://dl.google.com/dl/android/maven2/'}
maven { url 'https://developer.huawei.com/repo/'}
maven { url 'https://developer.hihonor.com/repo/'}
jcenter()
mavenCentral()
maven {url 'https://dl.google.com/dl/android/maven2/'}
google()
}
dependencies {
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.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 '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()
maven {
url 'https://maven.aliyun.com/nexus/content/repositories/releases/'
}
google()
}
}
ext {
compileSdkVersion = 33
buildToolsVersion = "33.0.0"
minSdkVersion = 23
minSdkVersion = 21
targetSdkVersion = 33
}

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