Skip to content

Commit

Permalink
updated version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Feb 27, 2014
1 parent af7280f commit c84089d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 4
versionName "2.2"
versionCode 5
versionName "2.2.1"
}
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 @@ -10,8 +10,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/theme_light"
android:versionCode="4"
android:versionName="2.2"
android:versionCode="5"
android:versionName="2.2.1"
>
<activity
android:name=".activities.StartActivity"
Expand Down

0 comments on commit c84089d

Please sign in to comment.