Skip to content

Commit 12966ca

Browse files
committed
v 2.0.0
1 parent 420dc3e commit 12966ca

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

android-sdk.aar

-2 Bytes
Binary file not shown.

pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,43 @@
1414
<dependency>
1515
<groupId>com.google.android.material</groupId>
1616
<artifactId>material</artifactId>
17-
<version>1.3.0</version>
17+
<version>1.12.0</version>
1818
<scope>runtime</scope>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson</artifactId>
23-
<version>2.9.0</version>
23+
<version>2.10.1</version>
2424
<scope>runtime</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>androidx.room</groupId>
2828
<artifactId>room-runtime</artifactId>
29-
<version>2.4.3</version>
29+
<version>2.6.1</version>
3030
<scope>runtime</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>androidx.room</groupId>
3434
<artifactId>room-ktx</artifactId>
35-
<version>2.3.0</version>
35+
<version>2.6.1</version>
3636
<scope>runtime</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.jetbrains.kotlinx</groupId>
4040
<artifactId>kotlinx-coroutines-android</artifactId>
41-
<version>1.6.1</version>
41+
<version>1.8.0</version>
4242
<scope>runtime</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>androidx.lifecycle</groupId>
4646
<artifactId>lifecycle-process</artifactId>
47-
<version>2.5.1</version>
47+
<version>2.6.2</version>
48+
<scope>runtime</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>androidx.lifecycle</groupId>
52+
<artifactId>lifecycle-runtime-ktx</artifactId>
53+
<version>2.6.2</version>
4854
<scope>runtime</scope>
4955
</dependency>
5056
</dependencies>

0 commit comments

Comments
 (0)