Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

How can I add it by gradle in android studio #48

Open
tjns8 opened this issue Apr 2, 2016 · 3 comments
Open

How can I add it by gradle in android studio #48

tjns8 opened this issue Apr 2, 2016 · 3 comments

Comments

@tjns8
Copy link

tjns8 commented Apr 2, 2016

I like use it like this:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.squareup.okhttp:okhttp:2.0.0'
compile 'com.zhy:okhttputils:2.3.8'
compile 'org.jsoup:jsoup:1.8.3'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
}
If it can like this,it will more better.

@cs8
Copy link

cs8 commented Jul 5, 2016

+1

@dingchao823
Copy link

.........

@johnnylambada
Copy link

johnnylambada commented Oct 24, 2016

In your project's build.gradle (in the root):

allprojects {
    repositories {
        jcenter()
        mavenCentral()
        maven { url "https://jitpack.io" }      // ADD THIS
    }
}

In the app's build.gradle:

    // MultiColumListView
    compile 'com.github.GDG-Korea:PinterestLikeAdapterView:29697e2c24'

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

No branches or pull requests

4 participants