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 {