Skip to content

Commit

Permalink
v 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DakshitaSB committed Nov 28, 2024
1 parent 420dc3e commit 12966ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Binary file modified android-sdk.aar
Binary file not shown.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,43 @@
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.3.0</version>
<version>1.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>2.4.3</version>
<version>2.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-ktx</artifactId>
<version>2.3.0</version>
<version>2.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.6.1</version>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-process</artifactId>
<version>2.5.1</version>
<version>2.6.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.6.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 12966ca

Please sign in to comment.