Skip to content

Commit

Permalink
Merge branch 'hotfix/1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Oct 10, 2016
2 parents d6b91ce + c8cd4fa commit 4624acd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 15
targetSdkVersion 23

buildConfigField "Integer", "databaseVersion", "14"
buildConfigField "Integer", "databaseVersion", "15"
buildConfigField "String", "databaseFilename", "\"uhabits.db\""

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<manifest
package="org.isoron.uhabits"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="23"
android:versionName="1.6.0">
android:versionCode="24"
android:versionName="1.6.1">

<uses-permission android:name="android.permission.VIBRATE"/>

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/migrations/15.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
delete from Score;
delete from Streak;
delete from Checkmarks;

0 comments on commit 4624acd

Please sign in to comment.