cafebazaar / Poolakey

Android In-App Billing SDK for Cafe Bazaar App Store
Apache License 2.0
71 stars 22 forks source link

Could not find com.github.cafebazaar.Poolakey:poolakey:latest_version. #67

Closed vahidvb closed 2 years ago

vahidvb commented 2 years ago

Could not find com.github.cafebazaar.Poolakey:poolakey:latest_version. Required by: project :app Search in build.gradle files

msmoradi commented 2 years ago

@vahidvb You should replace latest_version part with a specific version of poolakey, https://github.com/cafebazaar/Poolakey/releases

vahidvb commented 2 years ago

I try all versions but same result :

Could not find com.github.cafebazaar.Poolakey:poolakey:2.0.0. Required by: project :app Search in build.gradle files

======

Targets Occurrences of 'com.github.cafebazaar.Poolakey:poolakey:2.0.0' in Project with mask 'build.gradle,build.gradle.kts' Found Occurrences (1 usage found) In Gradle build script (1 usage found) Tesla.app (1 usage found) app (1 usage found) build.gradle (1 usage found) 69 implementation "com.github.cafebazaar.Poolakey:poolakey:2.0.0"

vahidvb commented 2 years ago

I found myself after hours add maven { url 'https://www.jitpack.io' } in settings.gradle not just in build.gradle