Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
fix downloads folder name
  • Loading branch information
nonproto committed Oct 29, 2019
1 parent dad283d commit 19c0f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ android {
standard {
buildConfigField "boolean", "INCLUDE_UPDATER", "true"
dimension "default"
versionCode 19
versionName "1.2.2"
versionCode 20
versionName "1.2.3"
}
dev {
resConfigs "en", "xxhdpi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class HttpSource : Source {
*/
val baseUrl = MdUtil.baseUrl

override val name = "Mangadex"
override val name = "MangaDex"

/**
* Version id used to generate the source id. If the site completely changes and urls are
Expand Down

0 comments on commit 19c0f7f

Please sign in to comment.