Skip to content

Commit

Permalink
Rename 'app' directory, because I hate seeing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 9, 2015
1 parent 57926cf commit bd3f1d4
Show file tree
Hide file tree
Showing 61 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release Process
===============

1. Update the `app/build.gradle` versions to whatever you feel conveys the sheer awesomeness of
the update to which you are about to bestow on the masses.
1. Update the `telecine/build.gradle` versions to whatever you feel conveys the sheer awesomeness
of the update to which you are about to bestow on the masses.

2. Update the `CHANGELOG.md` with the public and internal changes.

Expand Down
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ fi

REPO_DIR="$( cd "$( dirname "$0" )" && pwd )"

UNSIGNED="$REPO_DIR/app/build/outputs/apk/app-release-unsigned.apk"
UNALIGNED="$REPO_DIR/app/build/outputs/apk/app-release-unaligned.apk"
FINAL="$REPO_DIR/app/build/outputs/apk/app-release.apk"
UNSIGNED="$REPO_DIR/telecine/build/outputs/apk/app-release-unsigned.apk"
UNALIGNED="$REPO_DIR/telecine/build/outputs/apk/app-release-unaligned.apk"
FINAL="$REPO_DIR/telecine/build/outputs/apk/app-release.apk"

if [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit, working directory clean" ]]; then
echo "Working directory dirty. Please revert or commit."
Expand All @@ -24,4 +24,4 @@ jarsigner -sigalg SHA1withRSA -digestalg SHA1 -sigfile CERT -keystore "$1" -sign

$ANDROID_HOME/build-tools/21.0.0/zipalign 4 "$UNALIGNED" "$FINAL"

open "$REPO_DIR/app/build/outputs/apk"
open "$REPO_DIR/telecine/build/outputs/apk"
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app'
rootProject.name = 'telecine-project'

include ':telecine'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd3f1d4

Please sign in to comment.