diff --git a/README.md b/README.md
index 511837f..58cea15 100644
--- a/README.md
+++ b/README.md
@@ -114,8 +114,9 @@ You can use these methods anywhere in your project and these will provide transl
# Get Translations Of JSON Object
-# This method is used to convert the entire JSON object to requested language
-# ignoreKeys -> Send a list of strings that you want to ignore during the conversion process
+
+ // This method is used to convert the entire JSON object to requested language
+ // ignoreKeys -> Send a list of strings that you want to ignore during the conversion process
val jsonObject = JSONObject()
jsonObject.put("sample_key", "Sample Text")
diff --git a/android-sdk.aar b/android-sdk.aar
index ec52f75..5166c74 100644
Binary files a/android-sdk.aar and b/android-sdk.aar differ
diff --git a/jitpack.yml b/jitpack.yml
index d85fb54..f6ded32 100644
--- a/jitpack.yml
+++ b/jitpack.yml
@@ -1,6 +1,6 @@
install:
- FILE="-Dfile=android-sdk.aar"
- - mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=1.0.6 -Dpackaging=aar -DpomFile=pom.xml
+ - mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=1.0.7 -Dpackaging=aar -DpomFile=pom.xml
jdk:
- openjdk11
before_install:
diff --git a/pom.xml b/pom.xml
index 4d2dfc2..9e48478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
4.0.0
com.github.DevnagriAI
android-sdk
- 1.0.5
+ 1.0.7
@@ -38,6 +38,7 @@
org.jetbrains.kotlinx
kotlinx-coroutines-android
+ 1.4.2
runtime