Skip to content

Commit

Permalink
chore: use stable androidx.appcompat:appcompat version instead of RC
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Apr 8, 2023
1 parent b2c2f0d commit 9273f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.6.0-rc01"
implementation "androidx.appcompat:appcompat-resources:1.6.0-rc01"

implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.appcompat:appcompat-resources:1.6.1"
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 9273f2c

Please sign in to comment.