diff --git a/README.md b/README.md index 881d75d..f26880f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This project offers a developer friendly interface to communicate with ELM 327 O Add Dependency: ```Gradle -implementation 'com.pnuema.android:obd:1.4.3' +implementation 'com.pnuema.android:obd:1.4.4' ``` Code: diff --git a/gradle.properties b/gradle.properties index 4d5d74a..0c0bd56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ android.useAndroidX=true android.enableJetifier=false GROUP=com.pnuema.android -VERSION_NAME=1.4.3 +VERSION_NAME=1.4.4 POM_NAME=Android OBD Library POM_ARTIFACT_ID=obd