Skip to content

Commit

Permalink
Version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaofei-it committed Sep 8, 2016
1 parent a036b85 commit 33b9224
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 81 deletions.
150 changes: 72 additions & 78 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions shelly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Xiaofei-it/Shelly'
gitUrl = 'https://github.com/Xiaofei-it/Shelly.git'

libraryVersion = '0.2.7'
libraryVersion = '0.2.8'

developerId = 'Xiaofei-it'
developerName = 'Eric Zhao'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 11
versionName "0.2.7"
versionCode 12
versionName "0.2.8"
}
buildTypes {
release {
Expand Down

0 comments on commit 33b9224

Please sign in to comment.