Skip to content

Commit d251cd8

Browse files
committed
Prepare for release 3.0.3
1 parent ec38a8b commit d251cd8

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 1714302
56-
versionName "3.0.2"
55+
versionCode 1714303
56+
versionName "3.0.3"
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 = 1714302
131-
androidVersionName = "3.0.2"
130+
androidVersionCode = 1714303
131+
androidVersionName = "3.0.3"
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+
1714303
2+
=============
3+
- bug fixes
4+
1.75 KB
Loading
6.74 KB
Loading
7.12 KB
Loading

0 commit comments

Comments
 (0)