Skip to content

Commit

Permalink
fix: downgrade commons-io for Android7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Feb 19, 2024
1 parent fe9d5c0 commit e93900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'commons-io:commons-io:2.6'
implementation 'commons-io:commons-io:2.5'

This comment has been minimized.

Copy link
@Ldoppea

Ldoppea Feb 19, 2024

@acezard nit: it would have been great to keep a reference to the old PR in the commit message. As the patch file is deleted from our main project, without this reference we would lose some history: cozy/cozy-flagship-app#511

implementation 'org.apache.commons:commons-compress:1.1'
}

Expand Down

0 comments on commit e93900e

Please sign in to comment.