Skip to content

Commit

Permalink
chore(deps): update dependency androidx.appcompat:appcompat to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 36a6b3e commit 4442f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ dependencies {
androidTestImplementation('com.linkedin.testbutler:test-butler-library:2.2.1')

implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.9.0'

Expand Down Expand Up @@ -308,7 +308,7 @@ dependencies {
implementation project(':clevertap-react-native')
// https://github.com/facebook/react-native/issues/31572#issuecomment-912017067
// TODO: remove this when upgrading RN to 0.68.2
implementation ('androidx.appcompat:appcompat:1.3.1') {
implementation ('androidx.appcompat:appcompat:1.7.0') {
version {
strictly '1.3.1'
}
Expand Down

0 comments on commit 4442f3a

Please sign in to comment.