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 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.
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.txtand 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 publishReleaseBundleExpected behavior
The release notes to be published along with the published bundle.