From b173a4213bae6c207722b93b9bc916bd8156b11d Mon Sep 17 00:00:00 2001 From: edgar Date: Sun, 22 Jan 2017 14:14:11 -0800 Subject: [PATCH] library update on sample app --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b16889c..a83252c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,5 +24,5 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:25.1.0' compile 'com.android.support:design:25.1.0' - compile project(':joysticklibrary') + compile 'com.github.erz05:JoyStick:1.1.0' } \ No newline at end of file