Push notification and messaging SDK for Android applications.
Add the repository to your settings.gradle.kts:
settings.gradle.kts
dependencyResolutionManagement { repositories { google() mavenCentral() maven { url = uri("https://blainks.com/maven") } } }
Add the dependency to your app's build.gradle.kts:
build.gradle.kts
dependencies { implementation("com.blainks:blaink:1.3.72") }
For detailed documentation, visit blainks.com/developer.