Skip to content

Commit

Permalink
Fix an issue with ViewPage2 and menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan6665 committed Aug 27, 2021
1 parent e9d2ed9 commit 1fc493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation "androidx.preference:preference:1.0.0"
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'

// Androidx ktx
implementation 'androidx.activity:activity-ktx:1.2.4'
Expand Down

0 comments on commit 1fc493d

Please sign in to comment.