Update dependencies
This commit is contained in:
@@ -43,7 +43,7 @@ class BoxService(
|
|||||||
baseDir.mkdirs()
|
baseDir.mkdirs()
|
||||||
val tempDir = Application.application.cacheDir
|
val tempDir = Application.application.cacheDir
|
||||||
tempDir.mkdirs()
|
tempDir.mkdirs()
|
||||||
Libbox.setup(baseDir.path, tempDir.path, -1, -1)
|
Libbox.setup(baseDir.path, tempDir.path)
|
||||||
Libbox.redirectStderr(File(baseDir, "stderr.log").path)
|
Libbox.redirectStderr(File(baseDir, "stderr.log").path)
|
||||||
initializeOnce = true
|
initializeOnce = true
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user