Skip to content

Commit 950b4c0

Browse files
committed
chore: update deps
1 parent 380a434 commit 950b4c0

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.2'
9+
classpath 'com.android.tools.build:gradle:4.1.1'
1010
}
1111
}
1212

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Oct 31 18:27:35 CST 2017
1+
#Wed Dec 16 14:26:52 CST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

macaca-datahub.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ const path = require('path');
55
module.exports = {
66
mode: 'local',
77
port: 7001,
8-
view: {
9-
assetsUrl: 'https://npmcdn.com/datahub-view@latest',
10-
},
118
store: path.resolve(__dirname, 'data')
129
};

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"url": "git://github.com/app-boostrap/android-app-bootstrap.git"
1919
},
2020
"devDependencies": {
21-
"git-contributor": "^1.0.10",
22-
"macaca-datahub": "2",
21+
"git-contributor": "1",
22+
"macaca-datahub": "3",
2323
"reliable-cli": "1"
2424
},
2525
"license": "MIT"

0 commit comments

Comments
 (0)