Remove Node storage for replace by Gson

This commit is contained in:
GabrielBRDeveloper
2023-12-14 14:22:55 -04:00
parent f553e80080
commit 71109d701d
8 changed files with 5 additions and 375 deletions

View File

@@ -39,4 +39,5 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.code.gson:gson:2.10.1")
}