From f49310027eb17751be1da10cddc7310d52b1b4e8 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Sun, 2 Feb 2025 19:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=EF=BC=9AGradle=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=BA=93=20#576?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 10 +++++----- gradle.properties | 2 +- versions.gradle | 34 +++++++++++++++++----------------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f22d5ffb..89bc4c73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/gradle.properties b/gradle.properties index 03eccd5c..196f1b2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/versions.gradle b/versions.gradle index 81acf023..6d1b8a3f 100644 --- a/versions.gradle +++ b/versions.gradle @@ -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")) } -} \ No newline at end of file +}