Added stickyheader AAR

This commit is contained in:
fanchao 2024-08-13 12:09:15 +10:00
parent 53c1fd5e9c
commit 2bf8bc17b5
4 changed files with 4 additions and 1 deletions

View File

@ -308,7 +308,7 @@ dependencies {
exclude group: 'com.squareup.okhttp', module: 'okhttp-urlconnection'
}
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 'androidx.sqlite:sqlite-ktx:2.3.1'
implementation 'net.zetetic:sqlcipher-android:4.5.4@aar'

View File

@ -5,3 +5,4 @@ include ':liblazysodium'
include ':libsession'
include ':libsignal'
include ':libsession-util'
include ':stickyheader'

View File

@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('stickyheadergrid-0.9.4.aar'))

Binary file not shown.