Closed sureshssk closed 8 years ago
This is weird. Could you try adding the repository to your module build.gradle
too?
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "app.aapp.app"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
repositories {
maven { url "https://jitpack.io" }
jcenter()
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:palette-v7:22.+'
compile 'com.facebook.android:facebook-android-sdk:4.0.0'
compile 'com.google.android.gms:play-services-auth:8.+'
compile 'com.android.volley:volley:1.0.0'
compile 'com.android.support:cardview-v7:+'
compile 'com.google.android.gms:play-services-maps:8.4.0'
compile 'com.google.android.gms:play-services-gcm:8.+'
compile 'com.github.javiersantos:BottomDialogs:1.2.1'
compile files('libs/picasso-2.5.2.jar')
}
Is the issue fixed then?
I have the same problem!
i have same issue can you fix it?
Gradle Module:
Project Gradle: