Skip to content

Commit

Permalink
Fix a potential zip import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrob committed Aug 3, 2023
1 parent 1009bfd commit a1112ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MediaPhone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
testNamespace namespace + '.test'
compileSdk 33

def getVersionCode = { -> return 55 }
def getVersionCode = { -> return 56 }

defaultConfig {
manifestPlaceholders.providerId = 'mediaphone'
Expand All @@ -17,7 +17,7 @@ android {
targetSdkVersion 33
minSdkVersion 14
versionCode getVersionCode()
versionName '1.7.3'
versionName '1.7.4'
// versionNameSuffix = '-beta-1'
resourceConfigurations += ['en', 'es', 'fr', 'nl', 'pt', 'pl', 'ru']
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a potential zip import issue

0 comments on commit a1112ff

Please sign in to comment.