From 5d928158c83949d803993598f81ddf64d96d9792 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 20 Feb 2024 13:02:47 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8288a2..4b3075e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ maven { url 'https://jitpack.io' } Then, you can add the following dependency: -implementation 'com.github.ltrudu:DataWedgeIntentWrapper:V11.0' +implementation 'com.github.ltrudu:DataWedgeIntentWrapper:14.0' or From 257217a060ed8d1047e42ccdbd368999f8b64fc5 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 20 Feb 2024 13:03:41 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b3075e..7a76ea2 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ https://github.com/ltrudu/DataWedgeIntentWrapper/commit/a46e32dc5b2cb707cc8c8ae9 This library is available in jitpack.io +https://jitpack.io/#ltrudu/DataWedgeIntentWrapper/14.0 + To get it, you should add the following repository source in your build.graddle: maven { url 'https://jitpack.io' } From 5591d104f130b629ba458c5b7d8af582ee0e3b9d Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 5 Mar 2024 09:30:24 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a76ea2..a28e3d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ *Please be aware that this library / application / sample is provided as a community project without any guarantee of support* ========================================================= +[![](https://jitpack.io/v/ltrudu/DataWedgeIntentWrapper.svg)](https://jitpack.io/#ltrudu/DataWedgeIntentWrapper) + + #----------------------------------------------------- A sample app can be found in the following repository: From 852a6987243e0b9de07f0210efa104db83f99bb5 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 5 Mar 2024 09:31:22 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a28e3d6..3a4e687 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ========================================================= [![](https://jitpack.io/v/ltrudu/DataWedgeIntentWrapper.svg)](https://jitpack.io/#ltrudu/DataWedgeIntentWrapper) - +[![](https://jitpack.io/v/ltrudu/DataWedgeIntentWrapper/month.svg)](https://jitpack.io/#ltrudu/DataWedgeIntentWrapper) #----------------------------------------------------- From 6af14e100aa784c1535bda67bbdb61abcaaaca57 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 6 Mar 2024 16:16:07 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a4e687..9d1e851 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ #----------------------------------------------------- -A sample app can be found in the following repository: +A Java and a Kotlin sample app can be found in the following repository: https://github.com/ltrudu/DataWedgeIntentWrapperSampleApplication