Skip to content

Commit a601c14

Browse files
committed
Bump to 0.2.48
1 parent 302ba13 commit a601c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
applicationId "ie.macinnes.tvheadend"
88
minSdkVersion 22
99
targetSdkVersion 24
10-
versionCode 47
10+
versionCode 48
1111
versionName '0.2.' + versionCode
1212
setProperty("archivesBaseName", "$applicationId.$versionName")
1313
}
@@ -46,4 +46,4 @@ dependencies {
4646

4747
if (project.file('google-services.json').exists()) {
4848
apply plugin: 'com.google.gms.google-services'
49-
}
49+
}

0 commit comments

Comments
 (0)