Skip to content

Commit

Permalink
[Bump] Version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Dec 12, 2021
1 parent a1e4cfe commit 476839c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/drawable/ic_imdb_black.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="172"
android:viewportHeight="172">
<path
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="M17.2,37.84c-9.49,0 -17.2,7.71 -17.2,17.2v55.04c0,9.49 7.71,17.2 17.2,17.2h137.6c9.49,0 17.2,-7.71 17.2,-17.2v-55.04c0,-9.49 -7.71,-17.2 -17.2,-17.2zM29.24,58.16h10.97v45.69h-10.97zM46.12,58.16h14.08l3.76,21.61l2.47,-21.61h15.05v45.69h-9.24v-25.8l-4.84,25.8h-6.88l-4.41,-25.8v25.8h-10zM117.61,58.16h11.4v10.32c1.37,-1.37 4.43,-3.12 7.53,-3.12c3.09,0.35 7.23,2.43 6.88,6.56v26.44c0,2.07 -0.64,3.48 -2.37,4.51c-1.37,0.34 -2.41,0.64 -5.16,0.64c-2.75,0 -6.84,-1.69 -7.53,-2.04c-0.69,-0.35 -1.4,2.37 -1.4,2.37h-9.35zM87.4,58.48h12.36c7.57,0 9.33,0.67 11.4,2.04c2.07,1.37 3.01,3.41 3.01,7.2v27.52c0,2.75 -1.29,4.84 -3.01,6.56c-1.72,1.72 -4.17,2.47 -11.4,2.47h-12.36zM98.36,65.36v30.64c1.72,0 4.19,0.35 4.19,-1.72v-26.88c0,-2.41 -2.12,-2.04 -4.19,-2.04zM130.72,71.17c-1.03,0 -1.72,0.69 -1.72,1.72v23.11c0,1.37 0.69,2.04 1.72,2.04c1.03,0 1.72,-1.01 1.72,-2.04l-0.32,-23.11c0,-1.03 -0.36,-1.72 -1.4,-1.72z"
android:strokeWidth="1"
android:strokeColor="#00000000"
android:strokeLineCap="butt"
android:strokeLineJoin="miter" />
</vector>
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_upcoming_available.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:backgroundTint="?colorTextPremium"
android:drawableLeft="@drawable/ic_imdb_black"
android:minHeight="0dp"
android:text="@string/coming_soon"
android:textAllCaps="false"
Expand Down
13 changes: 10 additions & 3 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"version": "2.0.2",
"version": "2.0.4",
"summary": [
"<br/><h4>Added:</h4><br/>",
"• Upcoming movies section.<br/>",
"<br/><h4>Fixed:</h4><br/>",
"• Proper loading of high-res image in Details.<br/>",
"• Auto check for premium at app start"
"• 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/>"
]
}
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 = 15
const val VERSION_NAME = "2.0.3"
const val VERSION_CODE = 16
const val VERSION_NAME = "2.0.4"

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

0 comments on commit 476839c

Please sign in to comment.