Skip to content

Commit 9e7460d

Browse files
committed
Prepare for release 3.0.6
1 parent e3ae022 commit 9e7460d

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 1714305
56-
versionName "3.0.5"
55+
versionCode 1714306
56+
versionName "3.0.6"
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 = 1714305
131-
androidVersionName = "3.0.5"
130+
androidVersionCode = 1714306
131+
androidVersionName = "3.0.6"
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+
1714306
2+
=============
3+
- bug fixes
4+
-6.21 KB
Loading
-3.54 KB
Loading
-3.73 KB
Loading

0 commit comments

Comments
 (0)