blob: be28747479cbcb4dc0d4c0e59bae769e1ade197c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>foundation.e</groupId>
<artifactId>orbotservice</artifactId>
<version>orbot-16.6.3-1</version>
<description></description>
<properties>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<packaging>aar</packaging>
<file>OrbotLib.aar</file>
</properties>
<repositories>
<repository>
<id>gitlab-e-maven</id>
<url>https://gitlab.e.foundation/api/v4/projects/1063/packages/maven</url>
</repository>
</repositories>
</project>
|