mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-07-01 22:05:57 -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() {
|
||||
return new VersificationUtil();
|
||||
}
|
||||
|
||||
@Provides
|
||||
Gson gson() {
|
||||
return new Gson();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user