Skip to content

Commit 4ab25b3

Browse files
committed
upgrade kotlin version
1 parent 5c275b2 commit 4ab25b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
// Buildscript is evaluated before everything else so we can't use getExtOrDefault
3-
def kotlin_version = "1.4.32"
3+
def kotlin_version = "1.6.0"
44

55
repositories {
66
google()
@@ -120,7 +120,7 @@ repositories {
120120
}
121121
}
122122

123-
def kotlin_version = "1.4.32"
123+
def kotlin_version = "1.6.0"
124124

125125
dependencies {
126126
// noinspection GradleDynamicVersion

example/ios/MultipleImagePickerExample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
);
353353
runOnlyForDeploymentPostprocessing = 0;
354354
shellPath = /bin/sh;
355-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
355+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
356356
};
357357
0B6AA337325929E1553D5D19 /* [CP] Copy Pods Resources */ = {
358358
isa = PBXShellScriptBuildPhase;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baronha/react-native-multiple-image-picker",
3-
"version": "0.4.9",
3+
"version": "0.4.11",
44
"description": "react-native-multiple-image-picker enables application to pick images and videos from multiple smart album in iOS/Android, similar to the current facebook app.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)