Skip to content

Commit

Permalink
Expose storage access framework option
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Nov 4, 2016
1 parent 5d5b03f commit d31f472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
KeePassDroid (2.0.6.4)
* Expose Storage Access Framework option

KeePassDroid (2.0.6.3)
* Fix various crashes

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ model {
applicationId = "com.android.keepass"
minSdkVersion.apiLevel = 3
targetSdkVersion.apiLevel = 12
versionCode = 153
versionName = "2.0.6.3"
versionCode = 154
versionName = "2.0.6.4"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@
android:defaultValue="@bool/omitbackup_default"
android:title="@string/omitbackup_title"
android:key="@string/omitbackup_key"/>
<!--
<CheckBoxPreference
android:summary="@string/use_saf_summary"
android:defaultValue="@bool/saf_default"
android:title="@string/use_saf_title"
android:key="@string/saf_key"/>
-->
</PreferenceScreen>
</PreferenceScreen>

0 comments on commit d31f472

Please sign in to comment.