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" >