From db105c1d674f832afecf3fbd94afe6cc59d8f839 Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Sat, 30 Jan 2021 22:19:35 +0800 Subject: [PATCH] release 2.0.7 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0d17c37..4cc7c03 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.github.shalousun' -version '2.0.6' +version '2.0.7-release' 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.6' + compile 'com.github.shalousun:smart-doc:2.0.7' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"