Skip to content
/ titan Public
forked from titan-data/titan

Commit

Permalink
Release 0.3.3 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Smart authored and mcred committed Oct 31, 2019
1 parent 0c85f1f commit 052e8a5
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 104 deletions.
18 changes: 9 additions & 9 deletions config/jni-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"name":"java.net.SocketTimeoutException",
"allDeclaredFields":true,
"allPublicMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true,
"allDeclaredClasses":true,
"allPublicClasses":true
}
{
"name":"java.net.SocketTimeoutException",
"allDeclaredFields":true,
"allPublicMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true,
"allDeclaredClasses":true,
"allPublicClasses":true
}
]
Loading

0 comments on commit 052e8a5

Please sign in to comment.