From b719b52355145cbb3bc019dcb60ac8c861ea7bd2 Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Sun, 11 Apr 2021 15:45:54 +0800 Subject: [PATCH] release 2.1.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bd3acc9..220dd44 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.github.shalousun' -version '2.1.2-release' +version '2.1.3' 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.1.2' + compile 'com.github.shalousun:smart-doc:2.1.3' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"