Skip to content

Commit

Permalink
SDK v0.15.0 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
pallab-gain-tt authored Apr 19, 2023
1 parent f612120 commit e2495cf
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 4 deletions.
Binary file added com/ninchat/sdk/0.15.0/sdk-0.15.0.aar
Binary file not shown.
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.0/sdk-0.15.0.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f785e6269071ca36544d1a3898d86279
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.0/sdk-0.15.0.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
75da032a9e35fce37fdf4416e077716fa74407aa
107 changes: 107 additions & 0 deletions com/ninchat/sdk/0.15.0/sdk-0.15.0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ninchat</groupId>
<artifactId>sdk</artifactId>
<version>0.15.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ninchat</groupId>
<artifactId>client</artifactId>
<version>1.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.localbroadcastmanager</groupId>
<artifactId>localbroadcastmanager</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxandroid</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxkotlin</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.3.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>paris</artifactId>
<version>1.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jitsi.react</groupId>
<artifactId>jitsi-meet-sdk</artifactId>
<version>0.15.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.0/sdk-0.15.0.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f21d03c487615463520d27abbdd9a94b
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.0/sdk-0.15.0.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b4d72ce14aaf8d5885fa9482dc2442f3ea3ae2f
5 changes: 3 additions & 2 deletions com/ninchat/sdk/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.ninchat</groupId>
<artifactId>sdk</artifactId>
<versioning>
<release>0.14.0</release>
<release>0.15.0</release>
<versions>
<version>0.0.6</version>
<version>0.0.7</version>
Expand Down Expand Up @@ -76,7 +76,8 @@
<version>0.11.5</version>
<version>0.13.0</version>
<version>0.14.0</version>
<version>0.15.0</version>
</versions>
<lastUpdated>20230315085215</lastUpdated>
<lastUpdated>20230417121019</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/ninchat/sdk/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b292c43476c98733f0f7a622780a4ac8
c0d559b164f5be321cf44da49317f38e
2 changes: 1 addition & 1 deletion com/ninchat/sdk/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2f16c19b5054f9cbd128be6536ac30b9e41ea4e
a94a1d07597401afdc06531d861ba1f726080fb7

0 comments on commit e2495cf

Please sign in to comment.