File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ android {
24
24
dependencies {
25
25
compile fileTree(dir : ' libs' , include : [' *.jar' ])
26
26
testCompile ' junit:junit:4.12'
27
- compile project(' :updatepluginlib' )
27
+ // compile project(':updatepluginlib')
28
28
compile ' com.android.support:appcompat-v7:25.1.0'
29
- // compile 'org.lzh.nonview.updateplugin:UpdatePlugin:2.2.0 '
29
+ compile ' org.lzh.nonview.updateplugin:UpdatePlugin:2.3 '
30
30
debugCompile ' com.squareup.leakcanary:leakcanary-android:1.4-beta2'
31
31
compile ' com.jakewharton:butterknife:8.5.1'
32
32
annotationProcessor ' com.jakewharton:butterknife-compiler:8.5.1'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ publish {
31
31
userOrg = ' yjfnypeu' // bintray.com用户名
32
32
groupId = ' org.lzh.nonview.updateplugin' // jcenter上的路径
33
33
artifactId = ' UpdatePlugin' // 项目名称
34
- publishVersion = ' 2.2.0 ' // 版本号
34
+ publishVersion = ' 2.3 ' // 版本号
35
35
desc = ' this is a auto update yourself app framework' // 描述,不重要
36
36
website = ' https://github.com/yjfnypeu/UpdatePlugin' // 网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
37
37
You can’t perform that action at this time.
0 commit comments