新增了两个项目

This commit is contained in:
xuhuixiang
2025-03-03 18:27:26 +08:00
parent 88266e7353
commit 0b98b1bc21
134 changed files with 2722 additions and 295 deletions

View File

@@ -18,12 +18,6 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
signingConfigs {
// debug {
// storeFile file('vv88aud.jks')
@@ -51,6 +45,12 @@ android {
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8