From 4bcccc791451eb8c1a111a688ffc38da292b5e9f Mon Sep 17 00:00:00 2001 From: John Ernest Guadalupe Date: Mon, 2 Oct 2017 17:40:47 +0800 Subject: [PATCH 1/2] Change visibility of the hasShot method --- .../java/com/github/amlcurran/showcaseview/ShowcaseView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/java/com/github/amlcurran/showcaseview/ShowcaseView.java b/library/src/main/java/com/github/amlcurran/showcaseview/ShowcaseView.java index 4e4286888..4ac0cc569 100644 --- a/library/src/main/java/com/github/amlcurran/showcaseview/ShowcaseView.java +++ b/library/src/main/java/com/github/amlcurran/showcaseview/ShowcaseView.java @@ -153,7 +153,7 @@ private void init() { } - private boolean hasShot() { + public boolean hasShot() { return shotStateStore.hasShot(); } From b6e5298c31352f49a59672dcea15cad4c3ba07e3 Mon Sep 17 00:00:00 2001 From: John Ernest Guadalupe Date: Mon, 2 Oct 2017 18:07:04 +0800 Subject: [PATCH 2/2] Change java version --- jitpack.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jitpack.yml diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 000000000..cda815b8e --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + - oraclejdk8 \ No newline at end of file