jonataslaw / jonataslaw/VideoCompress
com.otaliastudios:transcoder:0.9.1 is not supported
- Dominant language
- Swift
- Stars
- 262
- Forks
- 344
- PR merge metrics
- No merged PRs in 30d
Description
Sorry for crating new issue, but looks like have the same issue, which is caused by transcoder version availability in maven repository.
Based on maven repository, it looks like 0.10.0 is the smallest version available https://mvnrepository.com/artifact/com.otaliastudios/transcoder
This causes android compile time errors:
```
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.otaliastudios:transcoder:0.9.1.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/otaliastudios/transcoder/0.9.1/transcoder-0.9.1.pom
- https://repo.maven.apache.org/maven2/com/otaliastudios/transcoder/0.9.1/transcoder-0.9.1.pom
- https://storage.googleapis.com/download.flutter.io/com/otaliastudios/transcoder/0.9.1/transcoder-0.9.1.pom
Required by:
project :app > project :video_compress
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.