Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
sohanseervi authored Mar 6, 2023
1 parent 328c567 commit d08ae50
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Devnagri Over the Air for Java Android lets you update translations in your Andr

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:

Expand All @@ -26,7 +24,7 @@ Add the below dependency in your app build.gradle file:

...
implementation ('com.github.DevnagriAI:android-java-sdk:1.1.0@aar') { transitive(true) }
implementation ('com.github.DevnagriAI:android-java-sdk:1.1.1@aar') { transitive(true) }
}
Expand Down
Binary file modified android-java-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-java-sdk.aar"
- mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-java-sdk -Dversion=1.1.0 -Dpackaging=aar -DpomFile=pom.xml
- mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-java-sdk -Dversion=1.1.1 -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-java-sdk</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<!-- <packaging>aar</packaging>-->
<dependencies>
<dependency>
Expand Down

0 comments on commit d08ae50

Please sign in to comment.