We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302ba13 commit a601c14Copy full SHA for a601c14
app/build.gradle
@@ -7,7 +7,7 @@ android {
7
applicationId "ie.macinnes.tvheadend"
8
minSdkVersion 22
9
targetSdkVersion 24
10
- versionCode 47
+ versionCode 48
11
versionName '0.2.' + versionCode
12
setProperty("archivesBaseName", "$applicationId.$versionName")
13
}
@@ -46,4 +46,4 @@ dependencies {
46
47
if (project.file('google-services.json').exists()) {
48
apply plugin: 'com.google.gms.google-services'
49
-}
+}
0 commit comments