Android SDK release notes
Swrve has an open source SDK repository. There are two options for downloading the latest public Swrve Android SDK: Download the SDK source from the GitHub public repository. Integrate the SDK via gradle by adding the following code to your build.gradle file: First, in the project build.gradle file, add the maven central repository: repositories { mavenCentral() } Read More