Skip to content

Commit

Permalink
Update plist to 1.1.66 (#3557)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Jeffers <dylan@audius.co>
  • Loading branch information
rickyrombo and dylanjeffers committed Jun 9, 2023
1 parent a6f5cb2 commit f7c93f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ android {
// versionCode is automatically incremented in CI
versionCode 1
// Make sure this is above the currently released Android version in the play store if your changes touch native code:
versionName "1.1.388"
versionName "1.1.389"
resValue "string", "build_config_package", "co.audius.app"
resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())
resConfigs "en"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.65</string>
<string>1.1.66</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit f7c93f5

Please sign in to comment.