Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yochyo committed Oct 13, 2021
1 parent d52e5a0 commit 282c840
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -49,8 +49,8 @@ android {
applicationId "de.yochyo.yummybooru"
minSdkVersion 21
targetSdkVersion 30
versionCode 13
versionName "2.4.2"
versionCode 14
versionName "2.4.3"
}

buildTypes {
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/java/de/yochyo/yummybooru/updater/Changelog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ class Changelog(val versionName: String, val version: Int, val description: Stri
"You can now exclude tags from your search by writing <Tag1> NOT(Tag2)\n" +
"Some small changes"
)
logs += Changelog(
"2.4.3", 14, "Fixed bugs"
)
}

fun showChangelogs(context: Context) {
Expand All @@ -97,4 +100,4 @@ class Changelog(val versionName: String, val version: Int, val description: Stri

fun changeLogs(): List<Changelog> = logs
}
}
}

0 comments on commit 282c840

Please sign in to comment.