Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

add external sd card support for android version >= 5 #3

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
======

## 1.5.1
* Supported fully-customizable fortmat for output file (thanks to @npes87184)
* Embed static serach.html in assests
* Supported fully-customizable format for output file (thanks to [@npes87184](https://github.com/npes87184))
* Embed static search.html in assets
* Tweaked several UI layouts
* Fixed version check of upgrade

Expand Down
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ android {
signingConfig signingConfigs.release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "NovelDroid"
}

debug {
applicationIdSuffix ".debug"
versionNameSuffix "-DEBUG"
resValue "string", "app_name", "NovelDroid - debug"
}
}
}
Expand Down
Binary file removed app/libs/Parse-1.3.9.jar
Binary file not shown.
Loading