新增AA7AU 257 和 BNG1AU 258

This commit is contained in:
xuhuixiang
2026-03-17 17:55:14 +08:00
parent 91cf1ff75b
commit fdf11991e8
74 changed files with 1199 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
}
def appOutPutName = "winway-calculator-v3.2.4-44"
@@ -60,6 +61,9 @@ android {
buildFeatures {
viewBinding true
}
buildTypes {
release {
signingConfig signingConfigs.release
@@ -97,5 +101,4 @@ android {
dependencies {
implementation project(path: ':base')
}