Skip to content

Commit

Permalink
Merge pull request #1208 from yuhan6665/fix-viewpager
Browse files Browse the repository at this point in the history
Fix an issue with ViewPage2 and menu bar
  • Loading branch information
2dust committed Aug 28, 2021
2 parents d6605cc + 1fc493d commit 62d0951
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 62d0951

Please sign in to comment.