新增了两个项目

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

@@ -11,19 +11,13 @@ android {
applicationId "com.web.play33"
minSdkVersion 24
targetSdkVersion 31
versionCode 107
versionName "v1.0.7"
versionCode 108
versionName "v1.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
signingConfigs {
debug {
storeFile file('Oyen333.jks')
@@ -39,6 +33,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

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB