Skip to content

Commit

Permalink
New Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-squarebits authored Nov 10, 2022
1 parent 313b2d0 commit 3e7995d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
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.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:
Expand Down
3 changes: 2 additions & 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.5</version>
<version>1.0.7</version>
<!-- <packaging>aar</packaging>-->
<dependencies>
<dependency>
Expand Down Expand Up @@ -38,6 +38,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3e7995d

Please sign in to comment.