From 560a04d62aba358de309d58728a999176ddc083f Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Sat, 5 Sep 2020 14:22:33 +0800 Subject: [PATCH] release 1.1.8 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 48292c4..3ebcca9 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'com.github.shalousun' -version '1.1.7' +version '1.1.8' sourceCompatibility = 1.8 @@ -26,7 +26,7 @@ repositories { dependencies { testCompile group: 'junit', name: 'junit', version: '4.13' - compile 'com.github.shalousun:smart-doc:1.9.3' + compile 'com.github.shalousun:smart-doc:1.9.4' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"