File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
build-conventions/src/main/groovy Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Compose [ 1.0.0-alpha02] - 2022-05-15
4+ - Fixed access to top-members of the AAR (more info here: https://stackoverflow.com/q/72244263/293878 )
5+
36## Compose [ 1.0.0-alpha01] - 2022-05-14
47- First release of SpeedDial for Compose
58
Original file line number Diff line number Diff line change 331 . Bump the ` build_versions.version_name_* ` property in ` speeddial.config-conventions.gradle ` based on Major.Minor.Patch naming scheme
442 . Update ` CHANGELOG.md ` for the impending release.
553 . Update the ` README.md ` with the new version.
6- 4 . ` git commit -am "Prepare for release X.Y.Z" ` (where X.Y.Z is the version you set in step 1)
6+ 4 . ` git commit -am "Prepare for release View|Compose X.Y.Z" ` (where X.Y.Z is the version you set in step 1)
775 . ` git push `
886 . ` ./gradlew clean assembleRelease `
997 . ` ./gradlew :library-view:publishReleasePublicationToSonatypeRepository `
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ext.config = [
2424 ' targetSdk' : 31 ,
2525 ' version_code' : commitCount. isNumber() ? commitCount as int : 0 ,
2626 ' version_name_view' : ' 3.3.0' ,
27- ' version_name_compose' : ' 1.0.0-alpha01 ' ,
27+ ' version_name_compose' : ' 1.0.0-alpha02 ' ,
2828 ' version_name_sample' : ' 4.0.0' ,
2929 ],
3030
You can’t perform that action at this time.
0 commit comments