mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Rename library to libtextsecure
This commit is contained in:
parent
0d06d50a65
commit
1182052c7f
@ -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')
|
||||
}
|
||||
|
||||
|
@ -66,7 +66,7 @@ tasks.whenTaskAdded { task ->
|
||||
|
||||
version '0.1'
|
||||
group 'org.whispersystems.textsecure'
|
||||
archivesBaseName = 'textsecure-library'
|
||||
archivesBaseName = 'libtextsecure'
|
||||
|
||||
uploadArchives {
|
||||
repositories {
|
@ -1 +1 @@
|
||||
include ':library', ':libaxolotl', ':jobqueue'
|
||||
include ':libtextsecure', ':libaxolotl', ':jobqueue'
|
||||
|
Loading…
Reference in New Issue
Block a user