Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeetay committed Mar 8, 2016
2 parents 785ef3f + 3c6d0ef commit f063181
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3,041 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ android {
versionName "1.8.1"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
}
// Set the environment variables KSTOREPWD and KEYPWD to the keystore
// and key passwords to generate a signed release..
signingConfigs {
release {
Properties properties = new Properties()
Expand Down
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following procedure will regenerate the binary star data:
1. Gradle's application plugin generates the wrong classpath for the utilities. Fix it
by going into `tools/build/install/datagen/bin/datagen` and removing the apk from the classpath.
Leave the root installation directory `$APP_HOME/lib`.
1. Convert the data files to text protocol buffers with `./generate.sh` from the tools directory.
1. Convert the star and messier data files to text protocol buffers with `./generate.sh` from the tools directory.
1. Recompile the App to ensure that string IDs are up to date. You can do this just by running `./gradlew assemble`.
1. Replace the text protocol buffers with versions that include the string resource ids from the `R.java` file with `./rewrite.sh` from the tools directory
1. Finally run `./binary.sh` from the tools directory to convert the ascii proto bufs to binary ones (and put them in the right directory).
Loading

0 comments on commit f063181

Please sign in to comment.