diff --git a/README.md b/README.md index b9c3819..4378689 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Devnagri Over the Air for Android lets you update translations in your Android a By including our SDK, your app will check for updated translations in Devnagri regularly and download them in the background. -**Do note**: The language selection screen needs to be designed by the client. We only empower localisation of the app. - # Include the SDK As a first step a new maven repository needs to be added to your default dependency resolution file set by your project, it can be either your project build.gradle file or settings.gradle file: @@ -24,7 +22,7 @@ Add the below dependency in your app build.gradle file: ... - implementation ('com.github.DevnagriAI:android-sdk:1.1.4@aar') { transitive(true) } + implementation ('com.github.DevnagriAI:android-sdk:1.1.5@aar') { transitive(true) } } diff --git a/android-sdk.aar b/android-sdk.aar index bb3420e..9abc6d3 100644 Binary files a/android-sdk.aar and b/android-sdk.aar differ diff --git a/jitpack.yml b/jitpack.yml index 89f86a6..80db328 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.1.4 -Dpackaging=aar -DpomFile=pom.xml + - mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=1.1.5 -Dpackaging=aar -DpomFile=pom.xml jdk: - openjdk11 before_install: diff --git a/pom.xml b/pom.xml index 482b9e7..61423fd 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.github.DevnagriAI android-sdk - 1.1.4 + 1.1.5