Skip to content

Commit

Permalink
modify sample depenncy version
Browse files Browse the repository at this point in the history
  • Loading branch information
garryyan committed May 30, 2017
1 parent 0051d3c commit 7dc1154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/android/marsSampleChat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {

ext {
GROUP = 'com.tencent.mars.sample'
VERSION_NAME_PREFIX = '1.1.4'
VERSION_NAME_PREFIX = '1.1.6'
VERSION_NAME_SUFFIX = '' // '-SNAPSHOT'

minSdkVersion = 16
Expand All @@ -50,4 +50,4 @@ ext {

BINTRAY_LICENCE = ['MIT']
BINTRAY_ORGANIZATION = "mars-open"
}
}
2 changes: 1 addition & 1 deletion samples/android/xlogSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task clean(type: Delete) {

ext {
GROUP = 'com.tencent.mars'
VERSION_NAME = '1.0.2'
VERSION_NAME = '1.0.3'
VERSION_NAME_SUFFIX = ''
}

0 comments on commit 7dc1154

Please sign in to comment.