Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit d34d5d4

Browse files
authored
Update pom.xml
1 parent 70d6e8e commit d34d5d4

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@
3030
</repository>
3131
</repositories>
3232

33-
<!-- FIX versinya lifecycle-common -->
34-
<dependencyManagement>
35-
<dependencies>
36-
<dependency>
37-
<groupId>androidx.lifecycle</groupId>
38-
<artifactId>lifecycle-common</artifactId>
39-
<version>2.6.2</version>
40-
</dependency>
41-
</dependencies>
42-
</dependencyManagement>
43-
4433
<dependencies>
4534
<!-- JSON -->
4635
<dependency>
@@ -56,25 +45,6 @@
5645
<version>4.1.1.4</version>
5746
<scope>provided</scope>
5847
</dependency>
59-
60-
<!-- AndroidX -->
61-
<dependency>
62-
<groupId>androidx.core</groupId>
63-
<artifactId>core</artifactId>
64-
<version>1.13.1</version>
65-
</dependency>
66-
67-
<dependency>
68-
<groupId>androidx.appcompat</groupId>
69-
<artifactId>appcompat</artifactId>
70-
<version>1.6.1</version>
71-
</dependency>
72-
73-
<dependency>
74-
<groupId>androidx.constraintlayout</groupId>
75-
<artifactId>constraintlayout</artifactId>
76-
<version>2.1.4</version>
77-
</dependency>
7848
</dependencies>
7949

8050
<!-- Java 17 -->

0 commit comments

Comments
 (0)