diff --git a/.changeset/funny-oranges-applaud.md b/.changeset/funny-oranges-applaud.md new file mode 100644 index 00000000..ab053fc1 --- /dev/null +++ b/.changeset/funny-oranges-applaud.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +chore: bump android material components package diff --git a/packages/react-native-bottom-tabs/android/build.gradle b/packages/react-native-bottom-tabs/android/build.gradle index a9ac2953..7ca7222f 100644 --- a/packages/react-native-bottom-tabs/android/build.gradle +++ b/packages/react-native-bottom-tabs/android/build.gradle @@ -112,7 +112,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'com.google.android.material:material:1.13.0-alpha09' + implementation 'com.google.android.material:material:1.13.0-alpha10' implementation("io.coil-kt.coil3:coil:${COIL_VERSION}") implementation("io.coil-kt.coil3:coil-network-okhttp:${COIL_VERSION}")