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
* Revert "Update CI (#716)"
This reverts commit e4eb9ee.
* Revert "Update CI (#714)"
This reverts commit e963bf5.
* Revert "Update Maven Publish Plugin (#711)"
This reverts commit c8f8652.
* Revert "Remove S01 (#709)"
This reverts commit 99571d3.
* Upgrade Maven Publish Plugin to 0.34.0 and AGP to Min Supported Version (8.0.0)
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
* Update Cocoapods Configuration
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
* Api Dump
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
* Remove xml import
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
* Update CI to use JDK 17
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
* Fix AndroidConventionPlugin
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
---------
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
12.`git commit -am "Prepare next development version."`
20
+
13. Create a PR with this commit and merge it.
21
+
14. Login to Sonatype to promote the artifacts https://central.sonatype.org/pages/releasing-the-deployment.html
17
22
* This part is automated. If it fails in CI, follow the steps below.
18
23
* Click on Staging Repositories under Build Promotion
19
24
* Select all the Repositories that contain the content you want to release
20
25
* Click on Close and refresh until the Release button is active
21
26
* Click Release and submit
22
-
12. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release)
27
+
15. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release)
Copy file name to clipboardExpand all lines: tooling/plugins/src/main/kotlin/org/mobilenativefoundation/store/tooling/plugins/AndroidConventionPlugin.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ class AndroidConventionPlugin : Plugin<Project> {
Copy file name to clipboardExpand all lines: tooling/plugins/src/main/kotlin/org/mobilenativefoundation/store/tooling/plugins/KotlinMultiplatformConventionPlugin.kt
0 commit comments