Skip to content

Commit

Permalink
Rename library to libtextsecure
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Nov 12, 2014
1 parent 0d06d50 commit 1182052
Show file tree
Hide file tree
Showing 69 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion library/build.gradle → libtextsecure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks.whenTaskAdded { task ->

version '0.1'
group 'org.whispersystems.textsecure'
archivesBaseName = 'textsecure-library'
archivesBaseName = 'libtextsecure'

uploadArchives {
repositories {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':library', ':libaxolotl', ':jobqueue'
include ':libtextsecure', ':libaxolotl', ':jobqueue'

0 comments on commit 1182052

Please sign in to comment.