提交 986abadf 编写于 作者: xuexiangjys's avatar xuexiangjys 😊

更新库版本

上级 36eb65c6
......@@ -14,7 +14,7 @@ project.configurations.each { configuration ->
//XUtil工具类
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys.XUtil:xutil-core:1.1.8'))
//XAOP切片,版本号前带x的是支持androidx的版本
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys.XAOP:xaop-runtime:1.0.5x'))
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys.XAOP:xaop-runtime:1.1.0'))
//XUpdate版本更新
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys:XUpdate:2.0.2'))
//XHttp2
......
......@@ -164,7 +164,7 @@ ext.addRepos = this.&addRepos
project.buildscript.configurations.each { configuration ->
if (configuration.name == "classpath") {
//XAOP插件
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys.XAOP:xaop-plugin:1.0.5x'))
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys.XAOP:xaop-plugin:1.1.0'))
//XRouter插件
configuration.dependencies.add(getProject().dependencies.create('com.github.xuexiangjys.XRouter:xrouter-plugin:1.0.1'))
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册