From 41660153089a9816fbd4e74b397516b4c40fe280 Mon Sep 17 00:00:00 2001 From: Phil Lopreiato Date: Sun, 13 Apr 2014 20:02:14 -0400 Subject: [PATCH] version bump: 3.1.1 --- frc-notebook/build.gradle | 4 ++-- frc-notebook/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frc-notebook/build.gradle b/frc-notebook/build.gradle index e740e03..4cf9371 100644 --- a/frc-notebook/build.gradle +++ b/frc-notebook/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 19 - versionCode 22 - versionName "3.1.0" + versionCode 23 + versionName "3.1.1" testPackageName "com.plnyyanks.frcnotebook.tests" testInstrumentationRunner "android.test.InstrumentationTestRunner" } diff --git a/frc-notebook/src/main/AndroidManifest.xml b/frc-notebook/src/main/AndroidManifest.xml index 0bd3ba7..f84744b 100644 --- a/frc-notebook/src/main/AndroidManifest.xml +++ b/frc-notebook/src/main/AndroidManifest.xml @@ -14,8 +14,8 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/theme_light" - android:versionCode="22" - android:versionName="3.1.0" > + android:versionCode="23" + android:versionName="3.1.1" >