Skip to content

Commit

Permalink
chore(android): bump android ViewPager2 to 1.1.0 (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Trocki <piotr.trocki@callstack.com>
  • Loading branch information
troZee and Piotr Trocki authored Oct 5, 2024
1 parent 30afa64 commit e1a677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ dependencies {
//noinspection GradleDynamicVersion
api "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.viewpager2:viewpager2:1.1.0'
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit e1a677b

Please sign in to comment.