Skip to content

Commit

Permalink
版本
Browse files Browse the repository at this point in the history
  • Loading branch information
laishujie committed Jun 28, 2018
1 parent c94d262 commit b9e04e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext {
compileSdkVersion: 26,
minSdkVersion : 15,
targetSdkVersion : 26,
versionCode : 1,
versionName : "1.0"
versionCode : 2,
versionName : "1.1"
]
libsVersion = [
support = "26.1.0",
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':common_module'
include ':app'

0 comments on commit b9e04e0

Please sign in to comment.