Skip to content

Commit

Permalink
[General] Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Feb 25, 2022
1 parent f47ea4c commit e2ac0f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"version": "2.0.4",
"version": "2.0.5",
"summary": [
"<br/><h4>Added:</h4><br/>",
"• Upcoming movies section.<br/>",
"<br/><h4>Fixed:</h4><br/>",
"• Account setting crash due to incorrect initialization of Google Sign-in client.<br/>",
"• Issues due to no internet connection.<br/>",
"• Download out of bounds exception when cancelling.<br/>",
"• Crash when continue watch doesn't load the image after clearing cache.<br/>",
"• Crash on device where SAF is not supported.<br/>",
"• Crash when download is about to start & is quickly cancelled.<br/>",
"• Popup menu item could be null.<br/>"
"• Crash when app is launched with no internet connection.<br/>"
]
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object AndroidConfig {
const val BUILD_TOOLS_VERSION = "29.0.3"

// TODO: Always change version code & name during release
const val VERSION_CODE = 16
const val VERSION_NAME = "2.0.4"
const val VERSION_CODE = 17
const val VERSION_NAME = "2.0.5"

const val ID = "com.kpstv.yts"
// const val TEST_INSTRUMENTATION_RUNNER = "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit e2ac0f9

Please sign in to comment.