Skip to content

Commit

Permalink
#806 - Added com.aspose:aspose-cells:18.4 to Gradle file (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaquist authored and Swati4star committed Oct 11, 2019
1 parent 7524176 commit 803e413
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
*.iml
/local.properties

.DS_Store
/build
/captures
app/release/
java_pid*.hprof


# specific for Apple
.DS_Store
.AppleDouble
.LSOverride
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ dependencies {
// color picker
implementation 'com.github.danielnilsson9:color-picker-view:1.4.0@aar'

// aspoes-cells
implementation 'com.aspose:aspose-cells:18.4'

testImplementation 'org.mockito:mockito-core:2.23.0'
}

Expand Down
Binary file removed app/libs/aspose-cells-19.3-android.via.java.jar
Binary file not shown.

0 comments on commit 803e413

Please sign in to comment.