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

Commit 70d6e8e

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

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

pom.xml

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919

20-
<!-- Repositori untuk AndroidX -->
20+
<!-- Repositori -->
2121
<repositories>
2222
<repository>
2323
<id>google</id>
@@ -30,40 +30,54 @@
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+
3344
<dependencies>
45+
<!-- JSON -->
3446
<dependency>
35-
<groupId>org.json</groupId>
36-
<artifactId>json</artifactId>
37-
<version>20240303</version>
47+
<groupId>org.json</groupId>
48+
<artifactId>json</artifactId>
49+
<version>20240303</version>
3850
</dependency>
51+
52+
<!-- Android SDK -->
3953
<dependency>
4054
<groupId>com.google.android</groupId>
4155
<artifactId>android</artifactId>
4256
<version>4.1.1.4</version>
4357
<scope>provided</scope>
4458
</dependency>
59+
60+
<!-- AndroidX -->
4561
<dependency>
4662
<groupId>androidx.core</groupId>
4763
<artifactId>core</artifactId>
4864
<version>1.13.1</version>
4965
</dependency>
50-
<dependency>
51-
<groupId>androidx.lifecycle</groupId>
52-
<artifactId>lifecycle-common</artifactId>
53-
<version>2.6.2</version>
54-
</dependency>
55-
66+
5667
<dependency>
5768
<groupId>androidx.appcompat</groupId>
5869
<artifactId>appcompat</artifactId>
5970
<version>1.6.1</version>
6071
</dependency>
72+
6173
<dependency>
6274
<groupId>androidx.constraintlayout</groupId>
6375
<artifactId>constraintlayout</artifactId>
6476
<version>2.1.4</version>
6577
</dependency>
6678
</dependencies>
79+
80+
<!-- Java 17 -->
6781
<build>
6882
<plugins>
6983
<plugin>

0 commit comments

Comments
 (0)