undo a dependency update for now
This commit is contained in:
parent
f8b3e1627a
commit
9bf62832d3
@ -81,7 +81,7 @@ dependencies {
|
|||||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
||||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.3'
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.3'
|
||||||
implementation 'androidx.navigation:navigation-ui-ktx:2.3.3'
|
implementation 'androidx.navigation:navigation-ui-ktx:2.3.3'
|
||||||
implementation 'androidx.paging:paging-runtime-ktx:3.0.0-alpha13'
|
implementation 'androidx.paging:paging-runtime-ktx:3.0.0-alpha12'
|
||||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
|
||||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0'
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0'
|
||||||
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
|
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
package com.h.pixeldroid.posts.feeds.uncachedFeeds.accountLists
|
package com.h.pixeldroid.posts.feeds.uncachedFeeds.accountLists
|
||||||
|
|
||||||
import androidx.paging.PagingSource
|
import androidx.paging.PagingSource
|
||||||
|
import androidx.paging.PagingState
|
||||||
import com.h.pixeldroid.utils.api.PixelfedAPI
|
import com.h.pixeldroid.utils.api.PixelfedAPI
|
||||||
import com.h.pixeldroid.utils.api.objects.Account
|
import com.h.pixeldroid.utils.api.objects.Account
|
||||||
import retrofit2.HttpException
|
import retrofit2.HttpException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user