Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use in Android Studio #2

Closed
xingag opened this issue Aug 7, 2015 · 2 comments
Closed

How to use in Android Studio #2

xingag opened this issue Aug 7, 2015 · 2 comments

Comments

@xingag
Copy link

xingag commented Aug 7, 2015

Step 1. Add the JitPack repository to your build file

repositories {
// ...
maven { url "https://jitpack.io" }
}
Step 2. Add the dependency in the form

dependencies {
compile 'com.github.Q42:AndroidScrollingImageView:1.0'
}

I can not understand how to use

@tsuijten
Copy link
Collaborator

tsuijten commented Aug 7, 2015

Do you have an Android project with gradle?

@xingag
Copy link
Author

xingag commented Aug 7, 2015

yes;I had download the source and manual import a part of code,and it do well ,thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants