Snapshot for develop branch #1650
-
I am trying to use latest 'ui-components' lib in my project. However, most of the customizations I need are not released yet. How can I tell gradle to target this repository's I have tried creating So, right now, is there a way to access |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @rupinderjeet Currently, we don't have an official Snapshot Deploy Process yet, but for your needs, you can use Jitpack, which allows you to get a compiled version from any OpenSource Github Repository. Pay attention that the GroupID needs to be changed to You can generate a custom version from a concrete SHA1 Commit as well |
Beta Was this translation helpful? Give feedback.
Hello @rupinderjeet
Currently, we don't have an official Snapshot Deploy Process yet, but for your needs, you can use Jitpack, which allows you to get a compiled version from any OpenSource Github Repository.
Here you can find instructions to use
develop
branch as your version:https://jitpack.io/#getstream/stream-chat-android/develop-SNAPSHOT
Pay attention that the GroupID needs to be changed to
com.github.getstream.stream-chat-android
and you need to select the proper artifact you want to use.You can generate a custom version from a concrete SHA1 Commit as well