Skip to content

Commit

Permalink
version bump - 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Mar 15, 2014
1 parent c72d8f0 commit ed80a71
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/frc-notebook/build/*
/.gradle/1.10/taskArtifacts/*
/.gradle/1.11/taskArtifacts/*
/.idea/workspace.xml
1 change: 0 additions & 1 deletion .gradle/1.11/taskArtifacts/cache.properties

This file was deleted.

Binary file removed .gradle/1.11/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file removed .gradle/1.11/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/1.11/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file removed .gradle/1.11/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file removed .gradle/1.11/taskArtifacts/taskArtifacts.bin
Binary file not shown.
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 8
versionName "2.2.4"
versionCode 9
versionName "2.3"
}
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="8"
android:versionName="2.2.4" >
android:versionCode="9"
android:versionName="2.3" >
<activity
android:name="com.plnyyanks.frcnotebook.activities.StartActivity"
android:label="@string/title_activity_start" >
Expand Down

0 comments on commit ed80a71

Please sign in to comment.