新增了两个项目
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
play33new/src/main/res/mipmap-xxhdpi/app_logo.jpg
Normal file
BIN
play33new/src/main/res/mipmap-xxhdpi/app_logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user