summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-29 06:27:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-29 06:27:38 +0000
commit9bb2edb8b70e255c25806d5906755c7f57641af8 (patch)
treeea2953e6439af5aa4a5231fb118ed493ee499ec8
parentf6dc03066e30b9830b9b7ab18a164ff14424320c (diff)
parentf67d769bdec4b213528fd33738fb66d00fad7de2 (diff)
downloadidea-studio-main.tar.gz
Merge cherrypicks of ['googleplex-android-review.googlesource.com/23852331'] into studio-giraffe-release.studio-2022.3.1studio-main
Change-Id: Id99b13dfbf7e52848be216f16d6cd29d70f1ad49
-rw-r--r--studio/update_message.html24
1 files changed, 17 insertions, 7 deletions
diff --git a/studio/update_message.html b/studio/update_message.html
index 4a70a43cebc..b81276ea1f1 100644
--- a/studio/update_message.html
+++ b/studio/update_message.html
@@ -1,11 +1,21 @@
<html>
A new Android Studio {full_version} is available in the {channel}
channel and includes new features and bug fixes.
-<p>
- <b>{channel} builds</b> are released approximately once a week and
- include all of our new features and bug fixes. Although these
- builds receive only minimal testing and may include bugs, they
- are made available to allow users to try out new features as
- early as possible.
-</p>
+ <p>
+ <ul>
+ <li>Use Live Edit to update composables in real time</li>
+ <li>New UI theme</li>
+ <li>Support for Grammatical Inflection API</li>
+ <li>Automatic per-app language support</li>
+ <li>New API support for Compose Animation Preview</li>
+ <li>View and manage processes in the Device Explorer</li>
+ <li>New Android SDK Upgrade Assistant</li>
+ <li>Support for Gradle Version Catalogs</li>
+ <li>Enhanced diagnostic tools and bug reporting</li>
+ <li>Make Selected Modules toolbar button</li>
+ <li>Download info during sync</li>
+ <li>Android Lint contains bytecode targeting JVM 17</li>
+ <li>Native library compression setting moved to DSL</li>
+ </ul>
+ <p>
</html>