Skip to content

Commit e1a677b

Browse files
troZeePiotr Trocki
andauthored
chore(android): bump android ViewPager2 to 1.1.0 (#884)
Co-authored-by: Piotr Trocki <[email protected]>
1 parent 30afa64 commit e1a677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ dependencies {
226226
//noinspection GradleDynamicVersion
227227
api "com.facebook.react:react-native:+"
228228
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
229-
implementation 'androidx.viewpager2:viewpager2:1.0.0'
229+
implementation 'androidx.viewpager2:viewpager2:1.1.0'
230230
}
231231

232232
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)