mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-04 02:35:39 +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:1.1'
|
||||||
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.1'
|
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.1'
|
||||||
|
|
||||||
compile project(':library')
|
compile project(':libtextsecure')
|
||||||
compile project(':jobqueue')
|
compile project(':jobqueue')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ tasks.whenTaskAdded { task ->
|
|||||||
|
|
||||||
version '0.1'
|
version '0.1'
|
||||||
group 'org.whispersystems.textsecure'
|
group 'org.whispersystems.textsecure'
|
||||||
archivesBaseName = 'textsecure-library'
|
archivesBaseName = 'libtextsecure'
|
||||||
|
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
repositories {
|
repositories {
|
@ -1 +1 @@
|
|||||||
include ':library', ':libaxolotl', ':jobqueue'
|
include ':libtextsecure', ':libaxolotl', ':jobqueue'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user