Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -48,7 +48,6 @@ android {

repositories {
mavenCentral()
jcenter()
google()

def found = false
Expand Down
58 changes: 30 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading