Skip to content

Commit

Permalink
Merge pull request #22 from epeee/update_shipkit
Browse files Browse the repository at this point in the history
Update shipkit plugin (v2.1.8)
  • Loading branch information
epeee authored Mar 9, 2019
2 parents 98f60bd + 00ecb2b commit 82e05d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("org.shipkit:shipkit:2.0.31")
classpath("org.shipkit:shipkit:2.1.8")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*/
public class SampleService implements Service {

/**
*
*/
@Override
public boolean doSomething() {
return true;
Expand Down

0 comments on commit 82e05d3

Please sign in to comment.