Skip to content

Commit 5f47dc3

Browse files
chore: remove jcenter (#24)
1 parent 405a929 commit 5f47dc3

2 files changed

Lines changed: 31 additions & 30 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {
@@ -48,7 +48,6 @@ android {
4848

4949
repositories {
5050
mavenCentral()
51-
jcenter()
5251
google()
5352

5453
def found = false

package.json

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
{
2-
"name": "react-native-draw-canvas",
3-
"title": "React Native Draw Canvas",
4-
"version": "1.3.0",
5-
"description": "Cross platform native draw canvas for both iOS and Android",
6-
"main": "index.js",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/padlet/react-native-draw-canvas.git",
13-
"baseUrl": "https://github.com/padlet/react-native-draw-canvas"
14-
},
15-
"keywords": ["react-native"],
16-
"author": {
17-
"name": "Colin Teahan",
18-
"email": "colin@padlet.com"
19-
},
20-
"license": "MIT",
21-
"licenseFilename": "LICENSE",
22-
"readmeFilename": "README.md",
23-
"peerDependencies": {
24-
"react": "*",
25-
"react-native": "*"
26-
},
27-
"devDependencies": {
28-
"typescript": "^3.7.5"
29-
}
2+
"name": "react-native-draw-canvas",
3+
"title": "React Native Draw Canvas",
4+
"version": "1.4.0",
5+
"description": "Cross platform native draw canvas for both iOS and Android",
6+
"main": "index.js",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/padlet/react-native-draw-canvas.git",
13+
"baseUrl": "https://github.com/padlet/react-native-draw-canvas"
14+
},
15+
"keywords": [
16+
"react-native"
17+
],
18+
"author": {
19+
"name": "Colin Teahan",
20+
"email": "colin@padlet.com"
21+
},
22+
"license": "MIT",
23+
"licenseFilename": "LICENSE",
24+
"readmeFilename": "README.md",
25+
"peerDependencies": {
26+
"react": "*",
27+
"react-native": "*"
28+
},
29+
"devDependencies": {
30+
"typescript": "^3.7.5"
31+
}
3032
}

0 commit comments

Comments
 (0)