You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently converted my Kotlin / Jetpack Compose Android project to Kotlin / Compose Multiplatform. The release notes file used to be in app/src/release/play/release-notes/en-US/default.txt and I migrated it to composeApp/src/androidRelease/play/release-notes/en-US/default.txt. Today I published the first release under multiplatform to Google Play Store and it went all fine but the release notes didn't get updated at all!
How To Reproduce
Versions
Gradle Play Publisher: 3.12.1
Gradle Wrapper: 8.11.1
Android Gradle Plugin: 8.7.3
Tasks executed
./gradlew publishReleaseBundle
Expected behavior
The release notes to be published along with the published bundle.
The text was updated successfully, but these errors were encountered:
armond-avanes
changed the title
Kotlin/Compose Multiplatform - Release notes are not updated from "androidRelease" source folder
[Kotlin/Compose Multiplatform] Release notes are not updated from "androidRelease" source folder
Dec 9, 2024
This issue has been automatically marked as stale because it has not had recent
activity. It will be closed if no further activity occurs. Thank you for your
contributions.
Describe the bug
I've recently converted my Kotlin / Jetpack Compose Android project to Kotlin / Compose Multiplatform. The release notes file used to be in
app/src/release/play/release-notes/en-US/default.txt
and I migrated it tocomposeApp/src/androidRelease/play/release-notes/en-US/default.txt
. Today I published the first release under multiplatform to Google Play Store and it went all fine but the release notes didn't get updated at all!How To Reproduce
Versions
Tasks executed
./gradlew publishReleaseBundle
Expected behavior
The release notes to be published along with the published bundle.
The text was updated successfully, but these errors were encountered: