Rename Library

This commit is contained in:
GuilhermeWerner 2021-06-06 09:04:06 -03:00
parent 3661951856
commit 078d85bf46
3 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ class TribuFu {
// Used to load the 'TribuFu' library on application startup.
private def Init() {
System.loadLibrary("TribuFu_jvm")
System.loadLibrary("TribuFu_Jvm")
}
/**