mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-01 16:37:42 +08:00
整理:Gradle依赖库 #576
This commit is contained in:
parent
cc86c0718f
commit
f49310027e
@ -277,8 +277,8 @@ dependencies {
|
||||
//vLayout:https://github.com/alibaba/vlayout
|
||||
implementation 'com.alibaba.android:vlayout:1.3.0'
|
||||
//下拉刷新
|
||||
implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-header:1.1.5'
|
||||
implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-layout:1.1.5'
|
||||
implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-header:1.1.4'
|
||||
implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-layout:1.1.4'
|
||||
//WebView
|
||||
implementation 'com.github.xuexiangjys.AgentWeb:agentweb-core:1.0.1'
|
||||
implementation 'com.github.xuexiangjys.AgentWeb:agentweb-download:1.0.1'//选填
|
||||
@ -286,7 +286,7 @@ dependencies {
|
||||
implementation 'me.jessyan:autosize:1.2.1'
|
||||
//友盟统计
|
||||
implementation 'com.umeng.umsdk:common:9.6.8'
|
||||
implementation 'com.umeng.umsdk:asms:1.8.2'
|
||||
implementation 'com.umeng.umsdk:asms:1.8.6'
|
||||
|
||||
//预加载占位控件
|
||||
implementation 'me.samlss:broccoli:1.0.0'
|
||||
@ -323,8 +323,8 @@ dependencies {
|
||||
implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'
|
||||
|
||||
//MarkdownView:https://github.com/tiagohm/MarkdownView
|
||||
implementation 'com.github.tiagohm.MarkdownView:library:0.19.0'
|
||||
//implementation 'com.github.tiagohm.MarkdownView:emoji:0.19.0'
|
||||
implementation 'com.github.pppscn.MarkdownView:library:0.19.0'
|
||||
//implementation 'com.github.pppscn.MarkdownView:emoji:0.19.0'
|
||||
|
||||
def retrofit2_version = '2.9.0'
|
||||
//noinspection GradleDependency
|
||||
|
@ -6,7 +6,7 @@
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
|
@ -38,13 +38,13 @@ versions.kotlin = '1.7.21'
|
||||
|
||||
//========xlibrary start========//
|
||||
|
||||
versions.xui = "dev~1.2.2-SNAPSHOT"
|
||||
versions.xui = "1.2.2_250201"
|
||||
versions.xupdate = "2.1.5"
|
||||
versions.xaop = "dab6b77b2f" //1.1.0
|
||||
versions.xaop = "1.1.0"
|
||||
versions.xutil = "2.0.0"
|
||||
versions.xhttp2 = "9115cfcd5a" //2.0.9
|
||||
versions.xhttp2 = "2.0.10"
|
||||
versions.xpage = "3.3.0"
|
||||
versions.xrouter = "1.0.1"
|
||||
versions.xrouter = "1.1.0"
|
||||
|
||||
//========xlibrary end========//
|
||||
|
||||
@ -132,18 +132,18 @@ deps.leakcanary = "com.squareup.leakcanary:leakcanary-android:$versions.leakcana
|
||||
|
||||
def xlibrary = [:]
|
||||
|
||||
xlibrary.xui = "com.github.pppscn:XUI:$versions.xui" //com.github.xuexiangjys:XUI
|
||||
xlibrary.xupdate = "com.github.xuexiangjys:XUpdate:$versions.xupdate"
|
||||
xlibrary.xaop_runtime = "com.github.pppscn.XAOP:xaop-runtime:$versions.xaop" //com.github.xuexiangjys.XAOP
|
||||
xlibrary.xaop_plugin = "com.github.pppscn.XAOP:xaop-plugin:$versions.xaop" //com.github.xuexiangjys.XAOP
|
||||
xlibrary.xutil_core = "com.github.xuexiangjys.XUtil:xutil-core:$versions.xutil"
|
||||
xlibrary.xutil_sub = "com.github.xuexiangjys.XUtil:xutil-sub:$versions.xutil"
|
||||
xlibrary.xhttp2 = "com.github.pppscn:XHttp2:$versions.xhttp2" //com.github.xuexiangjys:XHttp2
|
||||
xlibrary.xpage_lib = "com.github.xuexiangjys.XPage:xpage-lib:$versions.xpage"
|
||||
xlibrary.xpage_compiler = "com.github.xuexiangjys.XPage:xpage-compiler:$versions.xpage"
|
||||
xlibrary.xrouter_runtime = "com.github.xuexiangjys.XRouter:xrouter-runtime:$versions.xrouter"
|
||||
xlibrary.xrouter_compiler = "com.github.xuexiangjys.XRouter:xrouter-compiler:$versions.xrouter"
|
||||
xlibrary.xrouter_plugin = "com.github.xuexiangjys.XRouter:xrouter-plugin:$versions.xrouter"
|
||||
xlibrary.xui = "com.github.pppscn:XUI:$versions.xui"
|
||||
xlibrary.xupdate = "com.github.pppscn:XUpdate:$versions.xupdate"
|
||||
xlibrary.xaop_runtime = "com.github.pppscn.XAOP:xaop-runtime:$versions.xaop"
|
||||
xlibrary.xaop_plugin = "com.github.pppscn.XAOP:xaop-plugin:$versions.xaop"
|
||||
xlibrary.xutil_core = "com.github.pppscn.XUtil:xutil-core:$versions.xutil"
|
||||
xlibrary.xutil_sub = "com.github.pppscn.XUtil:xutil-sub:$versions.xutil"
|
||||
xlibrary.xhttp2 = "com.github.pppscn:XHttp2:$versions.xhttp2"
|
||||
xlibrary.xpage_lib = "com.github.pppscn.XPage:xpage-lib:$versions.xpage"
|
||||
xlibrary.xpage_compiler = "com.github.pppscn.XPage:xpage-compiler:$versions.xpage"
|
||||
xlibrary.xrouter_runtime = "com.github.pppscn.XRouter:xrouter-runtime:$versions.xrouter"
|
||||
xlibrary.xrouter_compiler = "com.github.pppscn.XRouter:xrouter-compiler:$versions.xrouter"
|
||||
xlibrary.xrouter_plugin = "com.github.pppscn.XRouter:xrouter-plugin:$versions.xrouter"
|
||||
|
||||
deps.xlibrary = xlibrary
|
||||
|
||||
@ -219,4 +219,4 @@ project.buildscript.configurations.each { configuration ->
|
||||
//kotlin插件
|
||||
configuration.dependencies.add(dependencies.create("org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user