增加G13和P30Pro

This commit is contained in:
2023-05-14 11:30:11 +08:00
parent ba6dbb3c30
commit b638e1a9f9
20 changed files with 506 additions and 107 deletions

View File

@@ -11,30 +11,23 @@ android {
}
buildTypes {
tuiXinDebug {
}
zhanRuiDebug {
}
zhanRuiRelease {
}
zhanRuiUserdebug {
}
debug {
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
tuiXinDebug {}
teclastUnisocdebug {}
teclastUnisocrelease {}
teclastMTKDebug {}
teclastMTKRelease {}
G10PDebug {}
G10PRelease {}
G10PUserDebug {}
Teclast8515Debug {}
Teclast8515Release {}
TeclastP20SDebug {}
TeclastP20SRelease {}
zhanRuiDebug {}
zhanRuiRelease {}
zhanRuiUserdebug {}
debug {}
release {}
}
}