mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Remove Gson, I'm not doing anything with it quite yet.
This commit is contained in:
parent
9c53484891
commit
2d59859ac7
@ -85,9 +85,4 @@ public class BibleViewerModules {
|
|||||||
VersificationUtil provideVersificationUtil() {
|
VersificationUtil provideVersificationUtil() {
|
||||||
return new VersificationUtil();
|
return new VersificationUtil();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
|
||||||
Gson gson() {
|
|
||||||
return new Gson();
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user