diff --git a/frc-notebook/build.gradle b/frc-notebook/build.gradle index 501192a..0010fb3 100644 --- a/frc-notebook/build.gradle +++ b/frc-notebook/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 19 - versionCode 17 - versionName "2.3.8" + versionCode 14 + versionName "2.4.0" } signingConfigs { release { diff --git a/frc-notebook/src/main/AndroidManifest.xml b/frc-notebook/src/main/AndroidManifest.xml index b7932e2..4a43fa3 100644 --- a/frc-notebook/src/main/AndroidManifest.xml +++ b/frc-notebook/src/main/AndroidManifest.xml @@ -11,8 +11,8 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/theme_light" - android:versionCode="17" - android:versionName="2.3.8" > + android:versionCode="18" + android:versionName="2.4.0" >