ondato / ondato-sdk-android

4 stars 3 forks source link

Issue with ondano sdk remote repos. #16

Open serhiiLiubetskyiI opened 2 months ago

serhiiLiubetskyiI commented 2 months ago

Hi, I can't build a project because of ondato sdk repo issues. Could you help with this? Could not find com.gemalto.jp2:jp2-android:1.0. Searched in the following locations:

ondato-mobile commented 2 months ago

Try it with 2.5.7

serhiiLiubetskyiI commented 2 months ago

It still doesn't work

FAILURE: Build failed with an exception.

maheshshende commented 2 months ago

Hi Guys, Any update on above issue. I am also started get same error from this morning, We are using SDK 2.5.7. Urgent help in this regard will be highly applicated.

Error:

`Required by: project :app > com.kyc.ondato:sdk:2.5.7

Could not find cz.adaptech.android:tesseract4android:2.1.0. Searched in the following locations:

https://dl.google.com/dl/android/maven2/cz/adaptech/android/tesseract4android/2.1.0/tesseract4android-2.1.0.pom

https://jcenter.bintray.com/cz/adaptech/android/tesseract4android/2.1.0/tesseract4android-2.1.0.pom

`> Could not resolve cz.adaptech.android:tesseract4android:2.1.0. Required by: project :app > com.kyc.ondato:sdk:2.5.7

Could not resolve cz.adaptech.android:tesseract4android:2.1.0. Could not get resource ' https://jitpack.io/cz/adaptech/android/tesseract4android/2.1.0/tesseract4android-2.1.0.pom'. Could not GET ' https://jitpack.io/cz/adaptech/android/tesseract4android/2.1.0/tesseract4android-2.1.0.pom'. Received status code 401 from server: Unauthorized`

ondato-mobile commented 2 months ago

Updated the dependency, please try 2.5.8

MaximSamolovov commented 5 days ago

I also get this error, the version of ondato in the ondato-sdk-flutter package is 2.5.10

Could not find cz.adaptech.android:tesseract4android:2.1.0. Searched in the following locations:

Required by: project :app > project :ondato_flutter > com.kyc.ondato:sdk:2.5.10

Do you have any suggestions on how to fix this?

ondato-mobile commented 5 days ago

@MaximSamolovov please add maven { url 'https://jitpack.io/' } to you project, that should solve it.

MaximSamolovov commented 4 days ago

@MaximSamolovov please add maven { url 'https://jitpack.io/' } to you project, that should solve it.

maven { url "https://raw.githubusercontent.com/ondato/ondato-sdk-android/main/repos/" } maven { url 'https://jitpack.io' }

I added it according to the instructions - still the same errors, everything is fine on 2.5.11. updated to 2.5.13 - the same error again

ondato-mobile commented 2 days ago

@MaximSamolovov Released 2.5.14. Let us know if you encounter any more issues