Skip to content

Commit 59f3f18

Browse files
authored
Update build.gradle to use AndroidX
As per: roundtrip@63f79ba and RepairShopr#287
1 parent 04de315 commit 59f3f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ android {
2020
}
2121

2222
dependencies {
23-
implementation "com.android.support:appcompat-v7:${safeExtGet('supportLibVersion', '23.0.0')}"
23+
implementation "androidx.appcompat:appcompat:1.0.0"
2424
implementation "com.facebook.react:react-native:+"
25-
}
25+
}

0 commit comments

Comments
 (0)