added serialization

This commit is contained in:
2025-08-30 11:31:47 -04:00
parent ea0dc480b3
commit 7cb6012ebe

View File

@@ -27,5 +27,5 @@ sourceSets {
}
dependencies {
implementation( files('libs/com.google.code.gson:2.13.1') )
implementation files('lib/gson-2.13.1.jar')
}