-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add production release and do some minor translation updates
- Loading branch information
Aaron Huttner
authored and
Aaron Huttner
committed
Aug 30, 2016
1 parent
a4a8011
commit 81a2e2e
Showing
3 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
app/src/Production/Java/com/rockthevote/grommet/Modules.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.rockthevote.grommet; | ||
|
||
final class Modules { | ||
static Object[] list(GrommetApp app) { | ||
return new Object[]{ | ||
new GrommetModule(app) | ||
}; | ||
} | ||
|
||
private Modules() { | ||
// No instances. | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters