Skip to content

Commit

Permalink
[Example@Android] Change: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Jun 3, 2024
1 parent 1532be5 commit 02be905
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ android {
}

dependencies {
def appcompat_version = "1.7.0"

androidTestImplementation('com.wix:detox:+')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation "androidx.appcompat:appcompat:$appcompat_version"
// For loading and tinting drawables on older versions of the platform
implementation "androidx.appcompat:appcompat-resources:$appcompat_version"
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")

Expand Down

0 comments on commit 02be905

Please sign in to comment.