From b6a06a828c5bb6f42f7ca1f5492e125f63754b58 Mon Sep 17 00:00:00 2001 From: HARSHIT SINHA <47042785+hsinha610@users.noreply.github.com> Date: Fri, 5 Apr 2024 01:20:12 +0530 Subject: [PATCH 1/4] Update README.md Installation section --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f7134..b2be9f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,31 @@ We are not ready yet. Please come back later. ## Installation -... +If you are using groovy, build.gradle + +``` +repositories { + mavenCentral() + maven { url 'https://jitpack.io' } +} + +dependencies { + implementation 'com.github.featurevisor:featurevisor-kotlin:LATEST_VERSION' +} +``` + +If you are using Kotlin DSL, build.gradle.kts - + +``` +repositories { + mavenCentral() + maven("https://jitpack.io") +} + +dependencies { + implementation("com.github.featurevisor:featurevisor-kotlin:LATEST_VERSION") +} +``` ## Usage From b2d2bdf51a49acf1a0a065c8647378c153fda457 Mon Sep 17 00:00:00 2001 From: HARSHIT SINHA <47042785+hsinha610@users.noreply.github.com> Date: Fri, 5 Apr 2024 02:16:25 +0530 Subject: [PATCH 2/4] Added - --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2be9f3..fc5167b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We are not ready yet. Please come back later. ## Installation -If you are using groovy, build.gradle +If you are using groovy, build.gradle - ``` repositories { From e7349be7bf082427d5154dbb34fc0695b41dd241 Mon Sep 17 00:00:00 2001 From: HARSHIT SINHA <47042785+hsinha610@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:58:55 +0530 Subject: [PATCH 3/4] Added: version badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc5167b..993a651 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Static Badge](https://img.shields.io/badge/latest_version-0.0.10-white) + # featurevisor-kotlin This repository is a work in progress to port the [Featurevisor](https://featurevisor.com) JavaScript SDK to Kotlin for supporting Android apps. From 0d4a6500a41bd7d64f8e88c15b83d1f61ecd9b45 Mon Sep 17 00:00:00 2001 From: HARSHIT SINHA <47042785+hsinha610@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:22:17 +0530 Subject: [PATCH 4/4] Added: dynamic release version tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 993a651..e062e95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Static Badge](https://img.shields.io/badge/latest_version-0.0.10-white) +![GitHub Release](https://img.shields.io/github/v/release/featurevisor/featurevisor-kotlin) # featurevisor-kotlin