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"