Commit 9479546 1 parent bcccb85 commit 9479546 Copy full SHA for 9479546
File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the below dependency in your app build.gradle file:
22
22
23
23
...
24
24
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) }
26
26
27
27
}
28
28
Original file line number Diff line number Diff line change 1
1
install :
2
2
- 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
4
4
jdk :
5
5
- openjdk11
6
6
before_install :
Original file line number Diff line number Diff line change 8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >com.github.DevnagriAI</groupId >
10
10
<artifactId >android-sdk</artifactId >
11
- <version >1.1.3 </version >
11
+ <version >1.1.4 </version >
12
12
<!-- <packaging>aar</packaging>-->
13
13
<dependencies >
14
14
<dependency >
You can’t perform that action at this time.
0 commit comments