Skip to content

Commit

Permalink
version bump: 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Apr 20, 2014
1 parent 49bf4a2 commit 88b9266
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 @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 24
versionName "3.2.0"
versionCode 25
versionName "3.2.1"
testPackageName "com.plnyyanks.frcnotebook.tests"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
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 @@ -15,8 +15,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/theme_light"
android:versionCode="24"
android:versionName="3.2.0" >
android:versionCode="25"
android:versionName="3.2.1" >
<activity
android:name="com.plnyyanks.frcnotebook.activities.StartActivity"
android:label="@string/title_activity_start" >
Expand Down

0 comments on commit 88b9266

Please sign in to comment.