You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to include the library. But I get the following error.
Error:(30, 13) Failed to resolve: com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.5
Show in File Show in Project Structure dialog
Project level build.gradle is,
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
im also running into the same problem, I can include version 0.1.5 but not version 0.1.6(this version has a fix I'm interested in)
on jitpack.io the project page says that version 0.1.6 build fails
On 2 Apr 2017, at 14:31, Fouad Kada ***@***.***> wrote:
im also running into the same problem, I can include version 0.1.5 but not version 0.1.6(this version has a fix I'm interested in)
on jitpack.io the project page says that version 0.1.6 build fails
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I tried to include the library. But I get the following error.
Error:(30, 13) Failed to resolve: com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.5
Show in File
Show in Project Structure dialog
Project level build.gradle is,
And the app level build.gradle file is,
I tried following version numbers.
0.1.5
0.1.6
Any suggestion is highly appreciated.
The text was updated successfully, but these errors were encountered: