Rename library to libtextsecure

fork-5.53.8
Moxie Marlinspike 2014-11-11 21:21:09 -08:00
rodzic 0d06d50a65
commit 1182052c7f
69 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -46,7 +46,7 @@ dependencies {
androidTestCompile 'com.google.dexmaker:dexmaker:1.1'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.1'
compile project(':library')
compile project(':libtextsecure')
compile project(':jobqueue')
}

Wyświetl plik

@ -66,7 +66,7 @@ tasks.whenTaskAdded { task ->
version '0.1'
group 'org.whispersystems.textsecure'
archivesBaseName = 'textsecure-library'
archivesBaseName = 'libtextsecure'
uploadArchives {
repositories {

Wyświetl plik

@ -1 +1 @@
include ':library', ':libaxolotl', ':jobqueue'
include ':libtextsecure', ':libaxolotl', ':jobqueue'