Skip to content

Commit a1112ff

Browse files
committed
Fix a potential zip import issue
1 parent 1009bfd commit a1112ff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MediaPhone/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
testNamespace namespace + '.test'
66
compileSdk 33
77

8-
def getVersionCode = { -> return 55 }
8+
def getVersionCode = { -> return 56 }
99

1010
defaultConfig {
1111
manifestPlaceholders.providerId = 'mediaphone'
@@ -17,7 +17,7 @@ android {
1717
targetSdkVersion 33
1818
minSdkVersion 14
1919
versionCode getVersionCode()
20-
versionName '1.7.3'
20+
versionName '1.7.4'
2121
// versionNameSuffix = '-beta-1'
2222
resourceConfigurations += ['en', 'es', 'fr', 'nl', 'pt', 'pl', 'ru']
2323
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a potential zip import issue

0 commit comments

Comments
 (0)