From b79581419fbd1a3aba63a58f07ea25cf48b806fa Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Thu, 25 Feb 2021 22:52:15 +0800 Subject: [PATCH] release 2.0.8 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4cc7c03..eab0e57 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.github.shalousun' -version '2.0.7-release' +version '2.0.8' sourceCompatibility = 1.8 @@ -31,7 +31,7 @@ repositories { dependencies { testCompile group: 'junit', name: 'junit', version: '4.13.1' - compile 'com.github.shalousun:smart-doc:2.0.7' + compile 'com.github.shalousun:smart-doc:2.0.8' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"