Skip to content

arpitbandil/StoryViewer

Repository files navigation

Android Story Viewer

License Latest Release

Features

  • Display stories just like whatapp.

Installation

Gradle

Add the following to your module-level build.gradle file:

dependencies {
    implementation 'com.github.arpitbandil:StoryViewer:1.0.1'
}

Make sure you have JitPack repository added in your build.gradle:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Maven

<dependency>
    <groupId>com.github.arpitbandil</groupId>
    <artifactId>StoryViewer</artifactId>
    <version>1.0.0</version>
</dependency>

License

This library is licensed under the MIT License - see the LICENSE file for details. This README provides a concise yet comprehensive guide for users to understand, install, and use your library effectively.