From e49c5cc3af5d0a8f69687cf5e86128c59330957f Mon Sep 17 00:00:00 2001 From: tdascoli Date: Tue, 2 Feb 2021 12:06:50 +0100 Subject: [PATCH] v1.0.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4c452..8111eb5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository started as a personal usage of github user [hero](https://github ```groovy dependencies { - implementation 'com.github.tdascoli:Rx3Billing:1.0.2' + implementation 'com.github.tdascoli:Rx3Billing:1.0.3' } ``` ```