mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +02:00
Use Android Paging Library to load and display best posts. Loading best posts in a specific subreddit is broken. Fixed a bug which is PostViewModel's data becoming null after the app restart. Add notch support for Android Pie.
This commit is contained in:
@@ -20,6 +20,9 @@ allprojects {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://dl.bintray.com/sysdata/maven' }
|
||||
maven { url 'http://repo.pageturner-reader.org' }
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user