Skip to content

Commit

Permalink
New version 1.0.4 released
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanseervi committed Nov 8, 2022
1 parent 1319a61 commit f8b824a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ You can use these methods anywhere in your project and these will provide transl
// use translated map here
}

# Get Translations Of JSON Object

DevNagriTranslationSdk.getTranslationOfJSON(jsonObject){ translations ->
// use translated json object here
}


# Usage

Expand Down
Binary file modified android-sdk.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -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.3 -Dpackaging=aar -DpomFile=pom.xml
- mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=1.0.4 -Dpackaging=aar -DpomFile=pom.xml
jdk:
- openjdk11
before_install:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.DevnagriAI</groupId>
<artifactId>android-sdk</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<!-- <packaging>aar</packaging>-->
<dependencies>
<dependency>
Expand Down

0 comments on commit f8b824a

Please sign in to comment.