Skip to content

Commit 63484de

Browse files
committed
Prepare for release v3.0.2
1 parent 110b8c3 commit 63484de

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
multiDexEnabled true
5353

5454
applicationId 'org.mythtv.android'
55-
versionCode 1714301
56-
versionName "3.0.1"
55+
versionCode 1714302
56+
versionName "3.0.2"
5757
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
5858

5959
resValue "string", "branchName", applicationBranch

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ allprojects {
127127

128128
ext {
129129
androidApplicationId = 'org.mythtv.android'
130-
androidVersionCode = 1714301
131-
androidVersionName = "3.0.1"
130+
androidVersionCode = 1714302
131+
androidVersionName = "3.0.2"
132132
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
133133
testApplicationId = 'org.mythtv.android.test'
134134
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
1714302
2+
=============
3+
- bug fixes
4+
- Fixed issue with marking an episode 'Watched' or 'Unwatched'
5+
- Fixed issue with series with same name and different inetref showing all episodes
6+
- Fixed Settings not selecting all text when opening a property
7+
- Added Troubleshooter to checkout common connection issues between the App and Backend
8+
- Added visual and snackbar notifications where backend data may be corrupt
9+
-4.73 KB
Loading
-453 Bytes
Loading
452 Bytes
Loading

0 commit comments

Comments
 (0)