Skip to content

Commit 9479546

Browse files
Version 1.1.4
1 parent bcccb85 commit 9479546

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the below dependency in your app build.gradle file:
2222

2323
...
2424
25-
implementation ('com.github.DevnagriAI:android-sdk:1.1.3@aar') { transitive(true) }
25+
implementation ('com.github.DevnagriAI:android-sdk:1.1.4@aar') { transitive(true) }
2626
2727
}
2828

android-sdk.aar

23.5 KB
Binary file not shown.

jitpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
install:
22
- FILE="-Dfile=android-sdk.aar"
3-
- mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=1.1.3 -Dpackaging=aar -DpomFile=pom.xml
3+
- mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=1.1.4 -Dpackaging=aar -DpomFile=pom.xml
44
jdk:
55
- openjdk11
66
before_install:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.github.DevnagriAI</groupId>
1010
<artifactId>android-sdk</artifactId>
11-
<version>1.1.3</version>
11+
<version>1.1.4</version>
1212
<!-- <packaging>aar</packaging>-->
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)