add setCustomMetadata method to rtmp#2146
Conversation
|
Hello Pedro, Thank you for merging this feature. I tried to use merge commit 9e56596 through JitPack, but the build failed because of an Android Lint internal error: https://jitpack.io/com/github/pedroSG94/RootEncoder/9e56596269/build.log Could you please check the JitPack build or publish a new release containing this feature when possible? Thank you! |
|
Hello, Thank you for the report. I fixed it here: implementation "com.github.pedroSG94.RootEncoder:library:fb373cd83c" |
Thank you for fixing the JitPack build. The dependency can now be downloaded successfully. However, commit fb373cd requires compileSdk 37, while our project currently uses compileSdk 36 with AGP 8.11.0. Could you please publish a compatible version based on compileSdk 36 that includes the setCustomMetadata feature? |
|
compilesdk moved to version 35 to match with play store minimum except extra-source that require version 36 because use a dependency that need it. implementation "com.github.pedroSG94.RootEncoder:library:dde2eb1779" |
|
I tested the latest commit, and it works as expected. Thank you for the fix! |
No description provided.