Skip to content

Commit

Permalink
Version 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanseervi committed Feb 10, 2023
1 parent 672e5bd commit 641f258
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 @@ -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:

Expand All @@ -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) }
}
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.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:
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.1.4</version>
<version>1.1.5</version>
<!-- <packaging>aar</packaging>-->
<dependencies>
<dependency>
Expand Down

0 comments on commit 641f258

Please sign in to comment.