Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 7af6ec0

Browse files
authored
Merge pull request #22 from shalousun/master
release: 3.0.9
2 parents da33e3f + 1742beb commit 7af6ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.ly.smart-doc'
22-
version '3.0.8'
22+
version '3.0.9'
2323

2424
sourceCompatibility = 1.8
2525

@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.8'
33+
implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.9'
3434
}
3535
tasks.withType(JavaCompile) {
3636
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)