version:1.3.9
fix: update:优化退出界面
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 28
|
||||
versionName "1.3.6"
|
||||
versionCode 31
|
||||
versionName "1.3.9"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -81,22 +81,22 @@ android {
|
||||
// signingConfig signingConfigs.iPlay50SE
|
||||
// }
|
||||
|
||||
iPlay50SEDebug.initWith(debug)
|
||||
iPlay50SEDebug {
|
||||
versionNameSuffix "-debug"
|
||||
debuggable true
|
||||
signingConfig signingConfigs.tuixin
|
||||
resValue "string", "app_name", "智慧课堂"
|
||||
}
|
||||
|
||||
iPlay50SERelease.initWith(release)
|
||||
iPlay50SERelease {
|
||||
signingConfig signingConfigs.tuixin
|
||||
resValue "string", "app_name", "智慧课堂"
|
||||
}
|
||||
// iPlay50SEDebug.initWith(debug)
|
||||
// iPlay50SEDebug {
|
||||
// versionNameSuffix "-debug"
|
||||
// debuggable true
|
||||
// signingConfig signingConfigs.tuixin
|
||||
// resValue "string", "app_name", "学习课堂"
|
||||
// }
|
||||
//
|
||||
// iPlay50SERelease.initWith(release)
|
||||
// iPlay50SERelease {
|
||||
// signingConfig signingConfigs.tuixin
|
||||
// resValue "string", "app_name", "学习课堂"
|
||||
// }
|
||||
|
||||
debug {
|
||||
resValue "string", "app_name", "教育中心"
|
||||
// resValue "string", "app_name", "学习课堂"
|
||||
// 显示Log
|
||||
versionNameSuffix "-debug"
|
||||
minifyEnabled false
|
||||
@@ -106,8 +106,8 @@ android {
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.each { output ->
|
||||
if (outputFile != null) {
|
||||
def app_name = getResValues().get("app_name").value
|
||||
def fileName = "${appName()}-${app_name}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${buildType.name}.apk"
|
||||
// def app_name = getResValues().get("app_name").value
|
||||
def fileName = "${appName()}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${buildType.name}.apk"
|
||||
output.outputFileName = fileName
|
||||
}
|
||||
}
|
||||
@@ -115,7 +115,7 @@ android {
|
||||
}
|
||||
|
||||
release {
|
||||
resValue "string", "app_name", "教育中心"
|
||||
// resValue "string", "app_name", "学习课堂"
|
||||
//混淆
|
||||
minifyEnabled false
|
||||
//Zipalign优化
|
||||
@@ -129,8 +129,8 @@ android {
|
||||
variant.outputs.each { output ->
|
||||
def outputFile = ""
|
||||
if (outputFile != null) {
|
||||
def app_name = getResValues().get("app_name").value
|
||||
def fileName = "${appName()}-${app_name}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${buildType.name}.apk"
|
||||
// def app_name = getResValues().get("app_name").value
|
||||
def fileName = "${appName()}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${buildType.name}.apk"
|
||||
output.outputFileName = new File(outputFile, fileName)
|
||||
}
|
||||
}
|
||||
@@ -144,6 +144,8 @@ dependencies {
|
||||
compileOnly files('libs/framework.jar')
|
||||
implementation project(path: ':niceimageview')
|
||||
implementation project(path: ':FlycoTabLayoutZ_Lib')
|
||||
implementation project(path: ':verification-view')
|
||||
|
||||
|
||||
//保持1.3.1 更新会报错
|
||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||
@@ -216,7 +218,7 @@ dependencies {
|
||||
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.16'
|
||||
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.16'
|
||||
//验证码输入
|
||||
implementation 'com.jacktuotuo.customview:verificationcodeview:1.0.5'
|
||||
// implementation 'com.jacktuotuo.customview:verificationcodeview:1.0.5'
|
||||
}
|
||||
|
||||
preBuild {
|
||||
|
||||
Reference in New Issue
Block a user