bmcreations / scrcast

Drop-in Android Screen Recording Library
https://bmcreations.github.io/scrcast/
Apache License 2.0
212 stars 26 forks source link

When importing library, other library is required and is failing the build; #45

Closed krllus closed 3 years ago

krllus commented 4 years ago

this messege appear in the build log:


Searched in the following locations:
  - https://dl.google.com/dl/android/maven2/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/maven-metadata.xml
  - https://dl.google.com/dl/android/maven2/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/activity-results-dispatcher-master-SNAPSHOT.pom
  - https://dl.google.com/dl/android/maven2/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/activity-results-dispatcher-master-SNAPSHOT.jar
  - https://jcenter.bintray.com/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/maven-metadata.xml
  - https://jcenter.bintray.com/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/activity-results-dispatcher-master-SNAPSHOT.pom
  - https://jcenter.bintray.com/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/activity-results-dispatcher-master-SNAPSHOT.jar
  - https://maven.google.com/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/maven-metadata.xml
  - https://maven.google.com/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/activity-results-dispatcher-master-SNAPSHOT.pom
  - https://maven.google.com/com/github/bmc08gt/activity-results-dispatcher/master-SNAPSHOT/activity-results-dispatcher-master-SNAPSHOT.jar
Required by:
    project :app > dev.bmcreations:scrcast:0.2.0

the build gradle file:
repositories {
        jcenter()
        google()
        mavenCentral()
    }
bmc08gt commented 4 years ago

Ah that library is currently on jitpack. I'll get it moved over to maven this weekend.

Add this to your root build.gradle under allProjects'

maven { url "https://jitpack.io" }

Thanks for the report!

krllus commented 4 years ago

jitpack is 403 from the internal network of my workplace, so can`t check if this error disappeared;

bmc08gt commented 3 years ago

Being handled in #48

bmc08gt commented 3 years ago

0.3.0 is being deployed now; please check maven in a few hours for the fixes.