Barebone swiping left or right to go to previous or next post in ViewPostDetailActivity.

This commit is contained in:
Alex Ning
2021-01-27 21:50:09 +08:00
parent b6c00df82f
commit 968519b2eb
14 changed files with 2007 additions and 1653 deletions

View File

@@ -37,7 +37,7 @@ android {
dependencies {
/** AndroidX **/
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.biometric:biometric:1.1.0-rc01'
implementation 'androidx.biometric:biometric:1.2.0-alpha01'
implementation 'androidx.browser:browser:1.3.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
@@ -52,7 +52,8 @@ dependencies {
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
implementation 'androidx.work:work-runtime:2.4.0'
implementation 'com.google.android.material:material:1.3.0-alpha04'
implementation 'com.google.android.material:material:1.3.0-rc01'
implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01"
/** ExoPlayer **/
def exoplayerVersion = "2.10.8"