Commit 1b62f0a 1 parent 8d0ace9 commit 1b62f0a Copy full SHA for 1b62f0a
File tree 5 files changed +3
-3
lines changed
5 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:2.0.1 @aar') { transitive(true) }
25
+ implementation ('com.github.DevnagriAI:android-sdk:2.0.0 @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=2.0.1 -Dpackaging=aar -DpomFile=pom.xml
3
+ - mvn install:install-file $FILE -DgroupId=com.github.DevnagriAI -DartifactId=android-sdk -Dversion=2.0.0 -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 >2.0.1 </version >
11
+ <version >2.0.0 </version >
12
12
<!-- <packaging>aar</packaging>-->
13
13
<dependencies >
14
14
<dependency >
You can’t perform that action at this time.
0 commit comments