Android Studio 中修改versionCode跟versionName (更新版本)
defaultConfig {applicationId "com.washcars.qiangwei"minSdkVersion 15targetSdkVersion 25versionCode 2versionName "1.0.2"multiDexEnabled true}在app下面的build中不是项目下面的build中
·
defaultConfig {
applicationId "com.washcars.qiangwei"
minSdkVersion 15
targetSdkVersion 25
versionCode 2
versionName "1.0.2"
multiDexEnabled true
}
在app下面的build中不是项目下面的build中
更多推荐

所有评论(0)