Commit 78dba1a 1 parent b1175ab commit 78dba1a Copy full SHA for 78dba1a
File tree 6 files changed +4
-4
lines changed
6 files changed +4
-4
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.2 @aar') { transitive(true) }
26
26
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation ' androidx.navigation:navigation-fragment-ktx:2.4.1'
44
44
implementation ' androidx.navigation:navigation-ui-ktx:2.4.1'
45
45
46
- implementation (' com.github.DevnagriAI:android-sdk:2.0.1 @aar' ) {
46
+ implementation (' com.github.DevnagriAI:android-sdk:2.0.2 @aar' ) {
47
47
transitive(true )
48
48
}
49
49
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.2 -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.2 </version >
12
12
<!-- <packaging>aar</packaging>-->
13
13
<dependencies >
14
14
<dependency >
You can’t perform that action at this time.
0 commit comments