diff --git a/android/app/build.gradle b/android/app/build.gradle index a6d7d27..0ed9d11 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,7 +106,7 @@ android { applicationId "com.timepill.diary" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - missingDimensionStrategy "RNN.reactNativeVersion", "~" + missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5" versionCode 1 versionName "1.0" vectorDrawables.useSupportLibrary = true diff --git a/package-lock.json b/package-lock.json index 1c480f9..b0303c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10849,9 +10849,9 @@ } }, "react-native-device-info": { - "version": "1.8.0", - "resolved": "https://registry.npm.taobao.org/react-native-device-info/download/react-native-device-info-1.8.0.tgz", - "integrity": "sha1-mKfjrbTj03fuupx1G9oDstf52jU=" + "version": "1.6.1", + "resolved": "https://registry.npm.taobao.org/react-native-device-info/download/react-native-device-info-1.6.1.tgz", + "integrity": "sha1-cXFx2a0c44NY6Pkq3iHUGnBH/AI=" }, "react-native-elements": { "version": "0.19.0", @@ -10865,9 +10865,9 @@ } }, "react-native-image-crop-picker": { - "version": "0.24.1", - "resolved": "https://registry.npm.taobao.org/react-native-image-crop-picker/download/react-native-image-crop-picker-0.24.1.tgz", - "integrity": "sha1-RAjiuyDjwILAGR4KzwyMeh6YBOo=" + "version": "0.24.0", + "resolved": "https://registry.npm.taobao.org/react-native-image-crop-picker/download/react-native-image-crop-picker-0.24.0.tgz", + "integrity": "sha1-3xAVSPcpUb9m5WCIevc7EfMovdA=" }, "react-native-image-pan-zoom": { "version": "2.1.11", diff --git a/package.json b/package.json index 5d4b542..33ee982 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "react-native": "0.59.5", "react-native-actionsheet-api": "^1.0.4", "react-native-datepicker": "^1.7.2", - "react-native-device-info": "^1.8.0", + "react-native-device-info": "^1.6.1", "react-native-elements": "^0.19.0", - "react-native-image-crop-picker": "^0.24.1", + "react-native-image-crop-picker": "^0.24.0", "react-native-image-pan-zoom": "^2.1.11", "react-native-image-progress": "^1.1.1", "react-native-image-resizer": "^1.0.0",