Compare commits
85 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
2d9bbf6fa5 | |
|
|
892c2f68f0 | |
|
|
ce1feae49f | |
|
|
8a9c8a375d | |
|
|
e8b5fc8dd3 | |
|
|
0f49a90240 | |
|
|
2472cd83fc | |
|
|
e567e173e7 | |
|
|
acc082c04f | |
|
|
65f4c1ce40 | |
|
|
3eeea49fda | |
|
|
10d0be4df4 | |
|
|
b86595901b | |
|
|
0da1232f3e | |
|
|
9fc7ede6cb | |
|
|
db2396b7dc | |
|
|
c918fccbc8 | |
|
|
8d747f61f6 | |
|
|
f1fda0bab1 | |
|
|
7d1225409a | |
|
|
32921f93f3 | |
|
|
7a09325450 | |
|
|
715842ad19 | |
|
|
262e864625 | |
|
|
20d578a843 | |
|
|
cc93199516 | |
|
|
001f8bcf20 | |
|
|
e8f52aa35f | |
|
|
7907e47f0c | |
|
|
9efb5ce796 | |
|
|
2a8a7cc5b6 | |
|
|
b6fa55f36a | |
|
|
4b32355941 | |
|
|
fa668f3a14 | |
|
|
bcde9a5bd8 | |
|
|
110f1f52da | |
|
|
23e11c8f91 | |
|
|
9ebe9443c7 | |
|
|
1177d9fc90 | |
|
|
7f655581a9 | |
|
|
75d4f0eaec | |
|
|
e2741cdccb | |
|
|
0ecc077bc2 | |
|
|
f3be12177c | |
|
|
b1483ec5da | |
|
|
c96c5cca6f | |
|
|
a8b137b4fe | |
|
|
c709b2553b | |
|
|
41abf18f47 | |
|
|
ac180003cb | |
|
|
ab483dba59 | |
|
|
a65d5e8ac5 | |
|
|
59625c2e9f | |
|
|
5eaef0d8a4 | |
|
|
c880b9c98b | |
|
|
c15463e0a6 | |
|
|
1191bfdf0e | |
|
|
afc73de7c4 | |
|
|
2e95963f3b | |
|
|
2785f950f4 | |
|
|
ac289d8a5b | |
|
|
1e0ab35f46 | |
|
|
2cf9e2feda | |
|
|
695487920f | |
|
|
07ae06fa30 | |
|
|
017022c195 | |
|
|
10d9ef2954 | |
|
|
a8f3c3f159 | |
|
|
2e693984bb | |
|
|
c0cd52b1e2 | |
|
|
e2c7c647d3 | |
|
|
9041bb9750 | |
|
|
171d0489c2 | |
|
|
28adf72331 | |
|
|
e49b5b2bf4 | |
|
|
fbcc8ad36c | |
|
|
11eb1c7858 | |
|
|
3828a2cc20 | |
|
|
a89f1d68da | |
|
|
0541a93301 | |
|
|
19107568eb | |
|
|
9fd895dbb2 | |
|
|
239fb06ed8 | |
|
|
c0d5b628f9 | |
|
|
e53e0496d6 |
|
|
@ -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.3.0'
|
api 'androidx.appcompat:appcompat:1.6.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
24
build.gradle
24
build.gradle
|
|
@ -1,40 +1,44 @@
|
||||||
// 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' }
|
||||||
jcenter()
|
maven { url 'https://dl.google.com/dl/android/maven2/'}
|
||||||
|
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 {
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/releases/'}
|
||||||
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()
|
google()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ext {
|
ext {
|
||||||
compileSdkVersion = 33
|
compileSdkVersion = 33
|
||||||
buildToolsVersion = "33.0.0"
|
buildToolsVersion = "33.0.0"
|
||||||
minSdkVersion = 21
|
minSdkVersion = 23
|
||||||
targetSdkVersion = 33
|
targetSdkVersion = 33
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue