Skip to content

Commit

Permalink
#270#271 Don't lock the deps to the specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Perry Poon committed Nov 27, 2022
1 parent 025fed5 commit 105535b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18,340 deletions.
2 changes: 1 addition & 1 deletion RNZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React-Core'
s.dependency 'SSZipArchive', '2.2.3'
s.dependency 'SSZipArchive', '~>2.2'
s.compiler_flags = '-GCC_PREPROCESSOR_DEFINITIONS="HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB MZ_ZIP_NO_SIGNING $(inherited)"'

s.subspec 'Core' do |ss|
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.6.4'
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.+'
}
Loading

0 comments on commit 105535b

Please sign in to comment.