From a17dd82f5e981ff7ef85850699a7dba6aef82db5 Mon Sep 17 00:00:00 2001 From: blainks Date: Mon, 29 Dec 2025 18:06:19 +0000 Subject: [PATCH] Release 1.3.71 --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b502752..51c0d29 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ -Blainks Android SDK +# Blainks Android SDK + +Push notification and messaging SDK for Android applications. + +## Installation + +### Gradle (Kotlin DSL) + +Add the repository to your `settings.gradle.kts`: + +```kotlin +dependencyResolutionManagement { + repositories { + google() + mavenCentral() + maven { url = uri("https://blainks.com/maven") } + } +} +``` + +Add the dependency to your app's `build.gradle.kts`: + +```kotlin +dependencies { + implementation("com.blainks:blaink:1.3.71") +} +``` + +## Requirements + +- Android API 21+ (Android 5.0 Lollipop) +- Kotlin 1.9+ +- Android Gradle Plugin 8.0+ + +## Documentation + +For detailed documentation, visit [blainks.com/developer](https://blainks.com/developer). \ No newline at end of file