This commit is contained in:
wangcongtao
2020-05-21 15:02:39 +08:00
parent d142568399
commit ef4ab6e39f
4 changed files with 5 additions and 6 deletions

2
.idea/misc.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
</project>

View File

@@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode generateVersionCode()
versionName "${rootProject.ext.android.versionName}.${getMonthAndDay()}"
versionCode rootProject.versionCode as int
versionName rootProject.versionName
applicationId rootProject.ext.android.applicationId
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -6,7 +6,6 @@ ext {
buildToolsVersion : "29.0.2",
minSdkVersion : 19,
targetSdkVersion : 22,
versionName : "8.0.6",
]
dependencies = [

View File

@@ -77,5 +77,5 @@ MOGO_MODULE_AD_CARD_VERSION=1.0.1
## 产品库必备配置
applicationId=com.mogo.launcer
applicationName=Launcer2.0
versionCode=1
versionName=1.0.0
versionCode=80006
versionName=8.0.6