Skip to content

Commit

Permalink
1.1.1: decrease minSDK to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Mar 23, 2017
1 parent 3ea5cd8 commit 994a54b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

-Service Tree 1.1.1 (2017-03-23)
--------------------------------
- Decrease minSDK to 1.

-Service Tree 1.1.0 (2017-03-16)
--------------------------------
- Added `node.getChildren()`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In order to use Service Tree, you need to add jitpack to your project root gradl

and add the compile dependency to your module level gradle.

compile 'com.github.Zhuinden:service-tree:1.1.0'
compile 'com.github.Zhuinden:service-tree:1.1.1'


## License
Expand Down
2 changes: 1 addition & 1 deletion service-tree/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 10
minSdkVersion 1
targetSdkVersion 25
versionCode 1
versionName "0.6.0"
Expand Down

0 comments on commit 994a54b

Please sign in to comment.