diff --git a/android/build.gradle b/android/build.gradle index 40f4f265c..1386a349b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 27 - buildToolsVersion "23.0.1" + compileSdkVersion 29 + buildToolsVersion "29.0.2" defaultConfig { minSdkVersion 16 diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 4dc97ae4f..c17a0e2c0 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,3 @@ - + diff --git a/package.json b/package.json index f2d9f5d4d..8dd43fa66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "react-native-picker", - "version": "4.3.7", - "description": "A Native Picker with high performance.", + "name": "react-native-picker-mmd", + "version": "2.0.0", + "description": "A Native Picker with high performance and no access system alert window", "main": "index.js", "types": "index.d.ts", "scripts": { @@ -9,9 +9,12 @@ }, "repository": { "type": "git", - "url": "git@github.com:beefe/react-native-picker.git" + "url": "git@github.com:mmdmmdi313/react-native-picker.git" }, - "author": "zooble", + "author": "mmd", "license": "MIT", - "homepage": "https://github.com/beefe/react-native-picker" + "homepage": "https://github.com/mmdmmdi313/react-native-picker", + "dependencies": { + "react-native": "^0.66.4" + } }