Compare commits
119 Commits
fbcc8ad36c
...
2d9bbf6fa5
| 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 | |
|
|
816ad0831d | |
|
|
487f7c4ee1 | |
|
|
7df1704147 | |
|
|
ad3611e586 | |
|
|
d1390fd38d | |
|
|
3c2e573ea6 | |
|
|
1ad2672fd5 | |
|
|
45e0c2ecb1 | |
|
|
fbd6d7fb70 | |
|
|
ec35beb407 | |
|
|
5126bb1ec8 | |
|
|
6378f323a3 | |
|
|
0c90c61598 | |
|
|
69d4d65f24 | |
|
|
54efd036e4 | |
|
|
bc2b17e963 | |
|
|
f1f144ec32 | |
|
|
1ed84b8b79 | |
|
|
f62606bd96 | |
|
|
9ef9c1e10b | |
|
|
14bd2910aa | |
|
|
ac765ef03d | |
|
|
2bd29aaf73 | |
|
|
02fea51b9e | |
|
|
b6f1aeaeb6 | |
|
|
6788ff18d1 | |
|
|
e7479a8d7e | |
|
|
c3fcea2b0a | |
|
|
cdd48de227 | |
|
|
8b227aa7f7 | |
|
|
ea8623ada8 | |
|
|
870cc3ae5b | |
|
|
196d95f792 | |
|
|
bc5fafab52 | |
|
|
ba54b1ff84 | |
|
|
9cf570410b | |
|
|
963c6d135d | |
|
|
a041e630ec | |
|
|
ab6f02b4e1 | |
|
|
fd7278e599 | |
|
|
3bf35ff5be | |
|
|
304268fd8e | |
|
|
5bf3588b57 | |
|
|
45ae954324 |
|
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
|
|||
28
build.gradle
28
build.gradle
|
|
@ -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()
|
||||
maven { url 'https://dl.google.com/dl/android/maven2/'}
|
||||
maven { url 'https://developer.huawei.com/repo/'}
|
||||
maven { url 'https://developer.hihonor.com/repo/'}
|
||||
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: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
|
||||
}
|
||||
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