Skip to content

Commit

Permalink
Update shipkit plugin (v2.1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Mar 9, 2019
1 parent 98f60bd commit 00ecb2b
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 00ecb2b

Please sign in to comment.