From 2ba2deb60e0cfdfc127fa29d41df811e1c4210d3 Mon Sep 17 00:00:00 2001 From: Olorunfemi-Ojo Tomiwa Date: Sun, 25 Feb 2024 07:55:19 +0100 Subject: [PATCH] UPDATED README.md --- README.md | 2 +- obd/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ff3943..5fd6851 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ async.stopExecuting() // To terminate thread ``` dependencies { - implementation 'com.github.Tomiwa-Ot:obd:v1.2' + implementation 'com.github.Tomiwa-Ot:obd:v1.21' } ``` diff --git a/obd/build.gradle b/obd/build.gradle index 8fd3881..05f4a5f 100644 --- a/obd/build.gradle +++ b/obd/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'maven-publish' final group = "com.github.Tomiwa-Ot" final artifact = "obd" final versionCode = 1 -final versionName = "v1.2" +final versionName = "v1.21" afterEvaluate { publishing {