Skip to content

Commit

Permalink
更新版本号和说明
Browse files Browse the repository at this point in the history
  • Loading branch information
吴佳峻 authored and 吴佳峻 committed Nov 2, 2017
1 parent c6a9fc9 commit fce4f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId rootProject.ext.applicationId
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 3
versionName "2.1"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions easyandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 3
versionName "2.1"
}

buildTypes {
Expand Down

0 comments on commit fce4f5b

Please sign in to comment.