diff --git a/android/build.gradle b/android/build.gradle index 94ade1c..019b9f3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -48,7 +48,6 @@ android { repositories { mavenCentral() - jcenter() google() def found = false diff --git a/package.json b/package.json index bdf91f6..9713162 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,32 @@ { - "name": "react-native-draw-canvas", - "title": "React Native Draw Canvas", - "version": "1.3.0", - "description": "Cross platform native draw canvas for both iOS and Android", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/padlet/react-native-draw-canvas.git", - "baseUrl": "https://github.com/padlet/react-native-draw-canvas" - }, - "keywords": ["react-native"], - "author": { - "name": "Colin Teahan", - "email": "colin@padlet.com" - }, - "license": "MIT", - "licenseFilename": "LICENSE", - "readmeFilename": "README.md", - "peerDependencies": { - "react": "*", - "react-native": "*" - }, - "devDependencies": { - "typescript": "^3.7.5" - } + "name": "react-native-draw-canvas", + "title": "React Native Draw Canvas", + "version": "1.4.0", + "description": "Cross platform native draw canvas for both iOS and Android", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/padlet/react-native-draw-canvas.git", + "baseUrl": "https://github.com/padlet/react-native-draw-canvas" + }, + "keywords": [ + "react-native" + ], + "author": { + "name": "Colin Teahan", + "email": "colin@padlet.com" + }, + "license": "MIT", + "licenseFilename": "LICENSE", + "readmeFilename": "README.md", + "peerDependencies": { + "react": "*", + "react-native": "*" + }, + "devDependencies": { + "typescript": "^3.7.5" + } }