Skip to content

Commit ee5962f

Browse files
committed
修改build.gradle
Signed-off-by: 2534290808 <2534290808@qq.com>
1 parent d75433b commit ee5962f

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

.idea/workspace.xml

Lines changed: 26 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
compile fileTree(dir: 'libs', include: ['*.jar'])
26-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
27-
exclude group: 'com.android.support', module: 'support-annotations'
28-
})
29-
compile 'com.android.support:appcompat-v7:26.+'
3025
compile "com.facebook.react:react-native:+"
3126
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5'
3227
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.5'//没有使用特殊Header,可以不加这行
33-
testCompile 'junit:junit:4.12'
3428
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-smartrefreshlayout",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "基于android SmartRefreshLayout的封装",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)