Skip to content

Commit dfc2e11

Browse files
committed
Prepare for release 3.0.4
1 parent f299e66 commit dfc2e11

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-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 1714303
56-
versionName "3.0.3"
55+
versionCode 1714304
56+
versionName "3.0.4"
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 = 1714303
131-
androidVersionName = "3.0.3"
130+
androidVersionCode = 1714304
131+
androidVersionName = "3.0.4"
132132
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
133133
testApplicationId = 'org.mythtv.android.test'
134134
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1714304
2+
=============
3+
- bug fixes
4+
-8.88 KB
Loading
-5.53 KB
Loading
-5.67 KB
Loading

0 commit comments

Comments
 (0)