Skip to content

Commit

Permalink
version bump - 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Mar 15, 2014
1 parent eb60fdf commit 773a8b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frc-notebook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 10
versionName "2.3.1"
versionCode 11
versionName "2.3.2"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions frc-notebook/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/theme_light"
android:versionCode="10"
android:versionName="2.3.1" >
android:versionCode="11"
android:versionName="2.3.2" >
<activity
android:name="com.plnyyanks.frcnotebook.activities.StartActivity"
android:label="@string/title_activity_start" >
Expand Down
2 changes: 1 addition & 1 deletion frc-notebook/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<string name="add_note_button">Add Note</string>
<string name="general_notes_header">General Notes</string>
<string name="match_notes_header">Match Notes</string>
<string name="no_notes">No notes yet...</string>
<string name="no_notes">No notes yet</string>

<!-- Match List -->
<string name="qual_match_header">Qualification Matches</string>
Expand Down

0 comments on commit 773a8b8

Please sign in to comment.