version:1.2.3

fix:
update:增加W5A平台
This commit is contained in:
2026-03-25 10:37:11 +08:00
parent 27a85402c9
commit a67f6e0d53
4 changed files with 44 additions and 8 deletions

View File

@@ -1,11 +1,13 @@
buildscript {
repositories {
google()
mavenCentral()
// mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
}
dependencies {
@@ -116,9 +118,37 @@ android {
v1SigningEnabled true
v2SigningEnabled true
}
W5A {
storeFile file("keystore/Unisoc_W5A.jks")
storePassword "123456"
keyAlias "Unisoc_W5A"
keyPassword "123456"
v2SigningEnabled false
}
}
buildTypes {
W5ADebug.initWith(debug)
W5ADebug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.W5A
buildConfigField "String", "platform", '"YKWA5E"'
manifestPlaceholders = [
Baidu_AK: "YCmfZSw54O992lChzS3c4roYioitT54h"
]
}
W5ARelease.initWith(release)
W5ARelease {
signingConfig signingConfigs.W5A
buildConfigField "String", "platform", '"YKWA5E"'
manifestPlaceholders = [
Baidu_AK: "YCmfZSw54O992lChzS3c4roYioitT54h"
]
}
Aigo1071Debug.initWith(debug)
Aigo1071Debug {
versionNameSuffix "-debug"
@@ -357,11 +387,13 @@ repositories {
maven { url "../../../prebuilts/fullsdk-darwin/extras/android/m2repository" }
maven { url "../../../prebuilts/fullsdk-linux/extras/android/m2repository" }
google()
mavenCentral()
// mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
}
dependencies {

View File

@@ -13,6 +13,8 @@ android {
}
buildTypes {
W5ADebug {}
W5ARelease {}
Aigo1071Debug {}
Aigo1071Release {}
UnisocS6688Debug {}

BIN
keystore/Unisoc_W5A.jks Normal file

Binary file not shown.

View File

@@ -11,6 +11,8 @@ android {
}
buildTypes {
W5ADebug {}
W5ARelease {}
Aigo1071Debug {}
Aigo1071Release {}
UnisocS6688Debug {}