Sync versions of apps, add script to update all versions, add version to About screen#348
Sync versions of apps, add script to update all versions, add version to About screen#348zsmb13 merged 1 commit intokotlinconf-2025from
Conversation
androidApp/build.gradle.kts
Outdated
| versionCode = 38 | ||
| versionName = "38.0" | ||
| versionCode = 62 | ||
| versionName = "25.0.0" |
There was a problem hiding this comment.
This is only the user-visible version string on Android, as far as I know, we can pick any arbitrary value for it. There's nothing checking that it increments over time.
https://developer.android.com/studio/publish/versioning#versioningsettings
| "@executable_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 3.2.2; | ||
| MARKETING_VERSION = 25.0.0; |
There was a problem hiding this comment.
this change will trigger long full app review after submission. I would avoid this for minor updates
There was a problem hiding this comment.
Don't we want to have one full app review for the 2025 version anyway?
Do you think we should stick with 3.x.x for the entire 2025 year instead? (In that case, we'd have to change the Android version to that as well.)
There was a problem hiding this comment.
we usually have a short one for the patch updates
Uh oh!
There was an error while loading. Please reload this page.