JivoChat / JivoSDK-Android

The Jivo Mobile SDK allows you to embed the Jivo chat into your Android mobile applications to receive customer requests
https://www.jivochat.com
10 stars 5 forks source link

Could not find com.github.chrisbanes:PhotoView:2.3.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/chrisbanes/PhotoView/2.3.0/PhotoView-2.3.0.pom - #56

Closed KhusniddinovKhumoyun closed 1 year ago

tavtorkin-jivo commented 1 year ago

@KhusniddinovKhumoyun Hello! What version of SDK do you use?

tavtorkin-jivo commented 1 year ago

Did you make these settings? -Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
    repositories {
        maven { url "https://www.jitpack.io" }
    }
}

buildscript {
    repositories {
        maven { url "https://www.jitpack.io" }
    }   
}
KhusniddinovKhumoyun commented 1 year ago

I used 33 sdk version

KhusniddinovKhumoyun commented 1 year ago

Which sdk version i should use?

tavtorkin-jivo commented 1 year ago

What version of JivoSDK do you use?

KhusniddinovKhumoyun commented 1 year ago

1.0.0

tavtorkin-jivo commented 1 year ago

1.0.0 This is a very old version of JivoSDK. Use the latest version of JivoSDK. 1.2.1

KhusniddinovKhumoyun commented 1 year ago

buildscript { repositories { mavenCentral() }

dependencies {
    classpath 'com.google.gms:google-services:4.3.14'
    classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
    classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3'
}

}

plugins { id 'com.android.application' version '7.3.0' apply false id 'com.android.library' version '7.3.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false } task clean(type: Delete) { delete rootProject.buildDir }

this is my root build.gradle file. I didn't use these:

allprojects { repositories { maven { url "https://www.jitpack.io" } } }

buildscript { repositories { maven { url "https://www.jitpack.io" } }
}

because maven is deprecated.My project wasn't built.It shows me same error that I wrote in issue