Skip to content

Commit 7a203a2

Browse files
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.1
1 parent da28801 commit 7a203a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ android {
225225
}
226226

227227
dependencies {
228-
implementation 'androidx.appcompat:appcompat:1.1.0'
228+
implementation 'androidx.appcompat:appcompat:1.7.1'
229229
implementation fileTree(dir: "libs", include: ["*.jar"])
230230
//noinspection GradleDynamicVersion
231231
implementation "com.facebook.react:react-native:+" // From node_modules

0 commit comments

Comments
 (0)