Skip to content

Commit 803e413

Browse files
kaaquistSwati4star
authored andcommitted
#806 - Added com.aspose:aspose-cells:18.4 to Gradle file (#807)
1 parent 7524176 commit 803e413

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66
*.iml
77
/local.properties
88

9-
.DS_Store
109
/build
1110
/captures
1211
app/release/
1312
java_pid*.hprof
13+
14+
15+
# specific for Apple
16+
.DS_Store
17+
.AppleDouble
18+
.LSOverride

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ dependencies {
113113
// color picker
114114
implementation 'com.github.danielnilsson9:color-picker-view:1.4.0@aar'
115115

116+
// aspoes-cells
117+
implementation 'com.aspose:aspose-cells:18.4'
118+
116119
testImplementation 'org.mockito:mockito-core:2.23.0'
117120
}
118121

-6.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)