mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-03 03:25:39 +00:00
Added stickyheader AAR
This commit is contained in:
parent
53c1fd5e9c
commit
2bf8bc17b5
@ -308,7 +308,7 @@ dependencies {
|
|||||||
exclude group: 'com.squareup.okhttp', module: 'okhttp-urlconnection'
|
exclude group: 'com.squareup.okhttp', module: 'okhttp-urlconnection'
|
||||||
}
|
}
|
||||||
implementation 'com.annimon:stream:1.1.8'
|
implementation 'com.annimon:stream:1.1.8'
|
||||||
implementation 'com.codewaves.stickyheadergrid:stickyheadergrid:0.9.4'
|
implementation project(':stickyheader')
|
||||||
implementation 'com.github.dmytrodanylyk.circular-progress-button:library:1.1.3-S2'
|
implementation 'com.github.dmytrodanylyk.circular-progress-button:library:1.1.3-S2'
|
||||||
implementation 'androidx.sqlite:sqlite-ktx:2.3.1'
|
implementation 'androidx.sqlite:sqlite-ktx:2.3.1'
|
||||||
implementation 'net.zetetic:sqlcipher-android:4.5.4@aar'
|
implementation 'net.zetetic:sqlcipher-android:4.5.4@aar'
|
||||||
|
@ -5,3 +5,4 @@ include ':liblazysodium'
|
|||||||
include ':libsession'
|
include ':libsession'
|
||||||
include ':libsignal'
|
include ':libsignal'
|
||||||
include ':libsession-util'
|
include ':libsession-util'
|
||||||
|
include ':stickyheader'
|
||||||
|
2
stickyheader/build.gradle
Normal file
2
stickyheader/build.gradle
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
configurations.maybeCreate("default")
|
||||||
|
artifacts.add("default", file('stickyheadergrid-0.9.4.aar'))
|
BIN
stickyheader/stickyheadergrid-0.9.4.aar
Normal file
BIN
stickyheader/stickyheadergrid-0.9.4.aar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user