Skip to content

Commit 7e9f5f4

Browse files
authored
chore: prevent Renovate from bumping androidx.appcompat (#1162)
1 parent 19f98e7 commit 7e9f5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ dependencies {
374374
// androidx.appcompat:appcompat:1.4.0+ breaks TextInput. This was fixed
375375
// in react-native 0.68. For more details, see
376376
// https://github.com/facebook/react-native/issues/31572.
377-
implementation "androidx.appcompat:appcompat:1.3.1"
377+
implementation(["androidx.appcompat", "appcompat", "1.3.1"].join(":"))
378378
} else {
379379
implementation libraries.androidAppCompat
380380
}

0 commit comments

Comments
 (0)