Skip to content

Commit e50e8da

Browse files
committed
Sync product project in Android Studio Hedgehog
1 parent 8f4f814 commit e50e8da

File tree

5 files changed

+26
-12
lines changed

5 files changed

+26
-12
lines changed

product/.idea/compiler.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

product/.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

product/.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

product/.idea/misc.xml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

product/gradle-plugin/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,12 @@ After stable release:
6060
* Update all items from the "base" directory above.
6161
* Update .gitignore from the new project wizard, and git rm any newly-ignored files.
6262
* Test the app.
63-
* Sync the "product" project in the new Android Studio version in case of any .idea file
64-
updates, but see the note in product/gradle/wrapper/gradle-wrapper.properties before
65-
updating the Gradle version.
63+
* Close the project to make sure .idea files are written.
64+
* Open the "product" project in the new Android Studio version, then:
65+
* Consider updating the Gradle version, but first see the note in
66+
product/gradle/wrapper/gradle-wrapper.properties.
67+
* Sync the project, then run the `publish` task.
68+
* Close the project to make sure .idea files are written.
6669
* Run integration tests on all platforms.
6770
* If we're not already planning to make a Chaquopy release soon, temporarily edit
6871
`test_gradle_plugin.RunGradle.rerun` to test the released Chaquopy version with the new

0 commit comments

Comments
 (0)