Skip to content

Commit 1b62f0a

Browse files
committed
v 2.0.0
1 parent 8d0ace9 commit 1b62f0a

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

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:2.0.1@aar') { transitive(true) }
25+
implementation ('com.github.DevnagriAI:android-sdk:2.0.0@aar') { transitive(true) }
2626
2727
}
2828

android-sdk.aar

28.4 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=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
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>2.0.1</version>
11+
<version>2.0.0</version>
1212
<!-- <packaging>aar</packaging>-->
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)