Skip to content

Commit

Permalink
Update code to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richq committed Jun 18, 2016
1 parent f6418e6 commit bcc5eab
Show file tree
Hide file tree
Showing 15 changed files with 753 additions and 113 deletions.
6 changes: 5 additions & 1 deletion NEWS.mkd
@@ -1,6 +1,10 @@
<body class="@THEME@">

### version 1.2
### version 1.3.0
* No more pauses when scrolling through the history
* Fixed an error where the wrong razor could be shown on the modify screen

### version 1.2.0
* new feature: keep track of multiple razors!
* update to the latest libraries
* adjustments have been made to make for a more pleasant experience
Expand Down
15 changes: 8 additions & 7 deletions bladeReminder/build.gradle
Expand Up @@ -93,14 +93,15 @@ preBuild.dependsOn myPrebuildTask

dependencies {
compile 'org.florescu.android.rangeseekbar:rangeseekbar-library:0.3.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:support-annotations:23.3.0'
compile 'com.android.support:preference-v7:23.3.0'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:support-annotations:24.0.0'
compile 'com.android.support:preference-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:24.0.0'
compile 'com.google.guava:guava:19.0'
compile 'com.jakewharton:butterknife:8.0.1'
apt 'com.jakewharton:butterknife-compiler:8.0.1'
compile 'com.jakewharton:butterknife:8.1.0'
apt 'com.jakewharton:butterknife-compiler:8.1.0'
compile 'com.jakewharton.timber:timber:4.1.2'
compile 'com.opencsv:opencsv:3.7'
// Testing-only dependencies
Expand Down
4 changes: 2 additions & 2 deletions bladeReminder/src/main/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="es.quirk.bladereminder"
android:versionCode="120"
android:versionName="1.2.0" >
android:versionCode="130"
android:versionName="1.3.0" >

<application
android:supportsRtl="false"
Expand Down

0 comments on commit bcc5eab

Please sign in to comment.