forked from signalapp/libsignal-service-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to reflect Signal change
// FREEBIE
- Loading branch information
Showing
9 changed files
with
800 additions
and
799 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ apply plugin: 'com.android.library' | |
apply plugin: 'maven' | ||
apply plugin: 'signing' | ||
|
||
archivesBaseName = "textsecure-android" | ||
archivesBaseName = "signal-service-android" | ||
version = version_number | ||
group = group_info | ||
|
||
|
@@ -76,15 +76,15 @@ uploadArchives { | |
} | ||
|
||
pom.project { | ||
name 'textsecure-android' | ||
name 'signal-service-android' | ||
packaging 'aar' | ||
description 'TextSecure library for Android' | ||
url 'https://github.com/WhisperSystems/libtextsecure-java' | ||
description 'Signal Service communication library for Android' | ||
url 'https://github.com/WhisperSystems/libsignal-service-java' | ||
|
||
scm { | ||
url 'scm:[email protected]:WhisperSystems/libtextsecure-java.git' | ||
connection 'scm:[email protected]:WhisperSystems/libtextsecure-java.git' | ||
developerConnection 'scm:[email protected]:WhisperSystems/libtextsecure-java.git' | ||
url 'scm:[email protected]:WhisperSystems/libsignal-service-java.git' | ||
connection 'scm:[email protected]:WhisperSystems/libsignal-service-java.git' | ||
developerConnection 'scm:[email protected]:WhisperSystems/libsignal-service-java.git' | ||
} | ||
|
||
licenses { | ||
|
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,7 +3,7 @@ apply plugin: 'maven' | |
apply plugin: 'signing' | ||
|
||
sourceCompatibility = 1.7 | ||
archivesBaseName = "textsecure-java" | ||
archivesBaseName = "signal-service-java" | ||
version = version_number | ||
group = group_info | ||
|
||
|
@@ -50,15 +50,15 @@ uploadArchives { | |
} | ||
|
||
pom.project { | ||
name 'textscure-java' | ||
name 'signal-service-java' | ||
packaging 'jar' | ||
description 'TetSecure library for Java' | ||
url 'https://github.com/WhisperSystems/libtextsecure-java' | ||
description 'Signal Service communication library for Java' | ||
url 'https://github.com/WhisperSystems/libsignal-service-java' | ||
|
||
scm { | ||
url 'scm:[email protected]:WhisperSystems/libtextsecure-java.git' | ||
connection 'scm:[email protected]:WhisperSystems/libtextsecure-java.git' | ||
developerConnection 'scm:[email protected]:WhisperSystems/libtextsecure-java.git' | ||
url 'scm:[email protected]:WhisperSystems/libsignal-service-java.git' | ||
connection 'scm:[email protected]:WhisperSystems/libsignal-service-java.git' | ||
developerConnection 'scm:[email protected]:WhisperSystems/libsignal-service-java.git' | ||
} | ||
|
||
licenses { | ||
|
Oops, something went wrong.