Skip to content

Commit 105535b

Browse files
author
Perry Poon
committed
#270#271 Don't lock the deps to the specific versions
1 parent 025fed5 commit 105535b

File tree

4 files changed

+3
-18340
lines changed

4 files changed

+3
-18340
lines changed

RNZipArchive.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.preserve_paths = '*.js'
1515

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

2020
s.subspec 'Core' do |ss|

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ repositories {
3737

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

0 commit comments

Comments
 (0)