mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-08-01 13:04:44 -04:00
Remove Gson, I'm not doing anything with it quite yet.
This commit is contained in:
@ -85,9 +85,4 @@ public class BibleViewerModules {
|
|||||||
VersificationUtil provideVersificationUtil() {
|
VersificationUtil provideVersificationUtil() {
|
||||||
return new VersificationUtil();
|
return new VersificationUtil();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
|
||||||
Gson gson() {
|
|
||||||
return new Gson();
|
|
||||||
}
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user