Skip to content

Commit 0c770d5

Browse files
committed
update demo to v2.1.1
1 parent 3fc816d commit 0c770d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Examples.Library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ targetCompatibility = 1.8
2626

2727
dependencies {
2828
compile fileTree(dir: 'lib', include: ['*.jar'])
29-
compile('com.grapecity.documents:gcexcel:2.1.0')
29+
compile('com.grapecity.documents:gcexcel:2.1.1')
3030
}
3131

SpringBootDemo/SpringBoot+Angular2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
}
3939

4040
//dependencies of GcExcel
41-
compile('com.grapecity.documents:gcexcel:2.0.1')
41+
compile('com.grapecity.documents:gcexcel:2.1.1')
4242
}
4343

4444
task clientBuild(type: GradleBuild){

SpringBootDemo/SpringBoot+React/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
}
3838

3939
//dependencies of GcExcel
40-
compile('com.grapecity.documents:gcexcel:2.1.0')
40+
compile('com.grapecity.documents:gcexcel:2.1.1')
4141
//compile fileTree(dir: 'libs', include: ['*.jar'])
4242
}
4343

0 commit comments

Comments
 (0)