Skip to content

Commit

Permalink
Bump material to 1.9.0 in FabricTestExample
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Jun 24, 2024
1 parent 673dbc7 commit 4668c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions FabricTestExample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ dependencies {
} else {
implementation jscFlavor
}

implementation("com.google.android.material:material:1.9.0")
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<style name="AppTheme" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
</style>
Expand Down

0 comments on commit 4668c3c

Please sign in to comment.