Skip to content

Commit 2b9b811

Browse files
authored
Bump mobile to 109 (#9283)
1 parent 68ebca7 commit 2b9b811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ android {
113113
// versionCode is automatically incremented in CI
114114
versionCode 1
115115
// Make sure this is above the currently released Android version in the play store if your changes touch native code:
116-
versionName "1.1.436"
116+
versionName "1.1.437"
117117
resValue "string", "build_config_package", "co.audius.app"
118118
resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())
119119
resConfigs "en"

packages/mobile/ios/AudiusReactNative/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.108</string>
20+
<string>1.1.109</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)