Skip to content

Commit

Permalink
Ninchat SDK v0.15.1 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
pallab-gain-tt authored May 12, 2023
1 parent d36efcf commit 30e92ba
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ allprojects {
maven {
url "https://maven.google.com"
}
maven { url "file:/tmp/repo" }
}
}

Expand Down
Binary file added com/ninchat/sdk/0.15.1/sdk-0.15.1.aar
Binary file not shown.
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.1/sdk-0.15.1.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43bf6877936e0bd1da40a418330692a6
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.1/sdk-0.15.1.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bf31c26cbbf6ba020e1896532fe69c974ef1e2bc
107 changes: 107 additions & 0 deletions com/ninchat/sdk/0.15.1/sdk-0.15.1.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.1</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.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.1/sdk-0.15.1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9f3e352e27d4a6538d73454fb2a02fc8
1 change: 1 addition & 0 deletions com/ninchat/sdk/0.15.1/sdk-0.15.1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
57173ef93535067c98d3afdf0752be8f1574605e
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.15.0</release>
<release>0.15.1</release>
<versions>
<version>0.0.6</version>
<version>0.0.7</version>
Expand Down Expand Up @@ -77,7 +77,8 @@
<version>0.13.0</version>
<version>0.14.0</version>
<version>0.15.0</version>
<version>0.15.1</version>
</versions>
<lastUpdated>20230417121019</lastUpdated>
<lastUpdated>20230511115526</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 @@
c0d559b164f5be321cf44da49317f38e
7035b0f5e6a45221bed3dd3bc6ae967f
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 @@
a94a1d07597401afdc06531d861ba1f726080fb7
d8dc720fe8bdd578ca00d9bb8495e9d067cac291
2 changes: 1 addition & 1 deletion ninchatsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation 'com.airbnb.android:paris:1.7.3'
implementation ('org.jitsi.react:jitsi-meet-sdk:0.15.0') { transitive = true }
implementation ('org.jitsi.react:jitsi-meet-sdk:0.15.1') { transitive = true }
}

apply plugin: 'maven'
Expand Down

0 comments on commit 30e92ba

Please sign in to comment.