yaming116 / UpdateApp

app update, is mainly responsible for app download and installation, etc. 开箱即用的app更新,主要负责软件下载、软件安装等。
Apache License 2.0
348 stars 61 forks source link

怎么联系作者啊 #15

Closed VliceZ closed 7 years ago

VliceZ commented 7 years ago

可以加作者的QQ吗?

yaming116 commented 7 years ago

有什么问题吗?

VliceZ commented 7 years ago

很抱歉打扰你了,但是有些使用上的问题希望能指导一下。。。

yaming116 commented 7 years ago

有问题直接建立一个问题好了,也可以帮助后来使用的人

VliceZ commented 7 years ago

没有太详细的使用说明啊,我复制UpdateService.Builder.create(url).build(context);这一段代码 Builder是红的

yaming116 commented 7 years ago

请按照说明,添加gradle依赖

VliceZ commented 7 years ago

添加了

VliceZ commented 7 years ago

allprojects { repositories { maven { url "https://www.jitpack.io" } } }

dependencies { compile 'com.github.yaming116:UpdateApp:1.0.3' }都添加了 Builder还是报红

yaming116 commented 7 years ago

你可以试试demo项目,添加依赖过后,查看你的依赖有没有下载下来,..\build\intermediates\exploded-aar,里面

VliceZ commented 7 years ago

demo有下载链接吗

yaming116 commented 7 years ago

github有提供啊,当前项目源代码