This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate sources and javadoc artifacts
* The latest versions of Debian don't support openjdk8 anymore. So we gotta run openjdk11. * wget was failing to download libsodium for whatever reason. So it was replaced with curl.
- Loading branch information
Showing
6 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,18 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.wire</groupId> | ||
<artifactId>cryptobox-android</artifactId> | ||
<packaging>aar</packaging> | ||
<description>cryptobox-android</description> | ||
<version>%%VERSION%%</version> | ||
<packaging>aar</packaging> | ||
<url>https://github.com/wireapp/cryptobox-jni</url> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/wireapp/cryptobox-jni</connection> | ||
<developerConnection>scm:git:git://github.com/wireapp/cryptobox-jni</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>https://github.com/wireapp/cryptobox-jni</url> | ||
</scm> | ||
|
||
<licenses> | ||
<license> | ||
<name>GPL-3.0</name> | ||
|
@@ -18,4 +26,27 @@ | |
<organization> | ||
<name>com.wire</name> | ||
</organization> | ||
|
||
<developers> | ||
<developer> | ||
<id>makingthematrix</id> | ||
<name>Maciej Gorywoda</name> | ||
<email>[email protected]</email> | ||
<organization>Project Zeta GmbH</organization> | ||
<organizationUrl>https://wire.com</organizationUrl> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>vitorhugods</id> | ||
<name>Vitor Hugo Schwaab</name> | ||
<email>[email protected]</email> | ||
<organization>Project Zeta GmbH</organization> | ||
<organizationUrl>https://wire.com</organizationUrl> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION := 1.1.2 | ||
VERSION := 1.1.3 |