POI: SQLite Android Bindings, fix #562

This commit is contained in:
Emux
2018-08-13 12:53:10 +03:00
parent 5605fff111
commit 02b42539f3
3 changed files with 20 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
apply plugin: 'application'
/*
configurations.all {
// Check latest snapshot on every build
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
*/
dependencies {
implementation project(':vtm-desktop')
file("${rootDir}/vtm-desktop/natives").eachDir() { dir ->