mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 01:27:29 +00:00
Use our own homemade paging library for conversation paging.
I made the lib, and Alan made the build actually work. Co-authored-by: Alan Evans <alan@signal.org>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
include ':app'
|
||||
include ':libsignal-service'
|
||||
include ':lintchecks'
|
||||
include ':paging'
|
||||
include ':paging-app'
|
||||
|
||||
project(':app').name = 'Signal-Android'
|
||||
project(':paging').projectDir = file('paging/lib')
|
||||
project(':paging-app').projectDir = file('paging/app')
|
||||
|
||||
project(':libsignal-service').projectDir = file('libsignal/service')
|
||||
|
||||
|
Reference in New Issue
Block a user