This repository was archived by the owner on Dec 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
44 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6-
7- <groupId >id.my.alvinq.prokitid.app</groupId >
6+ <groupId >id.my.alvinq.prokitid</groupId >
87 <artifactId >libs</artifactId >
98 <version >0.0.1</version >
109 <packaging >jar</packaging >
11-
12- <name >ProKitID Android Libs</name >
13-
10+ <name >ProKitID Libs</name >
1411 <properties >
1512 <maven .compiler.source>1.8</maven .compiler.source>
1613 <maven .compiler.target>1.8</maven .compiler.target>
1714 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1815 </properties >
19-
20- <!-- Repositori -->
2116 <repositories >
2217 <repository >
2318 <id >google</id >
2924 <url >https://repo.maven.apache.org/maven2</url >
3025 </repository >
3126 </repositories >
32-
3327 <dependencies >
34- <!-- JSON -->
3528 <dependency >
3629 <groupId >org.json</groupId >
3730 <artifactId >json</artifactId >
3831 <version >20240303</version >
3932 </dependency >
40-
41- <!-- Android SDK -->
4233 <dependency >
4334 <groupId >com.google.android</groupId >
4435 <artifactId >android</artifactId >
4536 <version >4.1.1.4</version >
4637 <scope >provided</scope >
4738 </dependency >
4839 </dependencies >
49-
50- <!-- Java 17 -->
5140 <build >
5241 <plugins >
5342 <plugin >
You can’t perform that action at this time.
0 commit comments