From 8d89f8aaeac260b4587ab52181536fcfaabd6203 Mon Sep 17 00:00:00 2001 From: "yaoh.wu" Date: Mon, 18 Mar 2019 13:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E4=BB=BB=E5=8A=A1=EF=BC=8C=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step0.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.third_step0.gradle b/build.third_step0.gradle index 256b434ab..66ce1cac9 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -49,7 +49,7 @@ configurations { } dependencies { - thirdjar "com.fr.third:fine-third:10.0-RELEASE-SNAPSHOT" + thirdjar "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT" sigar "com.fr.third:sigar:1.6.0" testCompile 'junit:junit:4.12' }