Skip to content

Commit

Permalink
Merge branch 'main' of github.com:project-sora/sora-editor-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Feb 17, 2024
2 parents 2eb5e70 + 977d275 commit ec6509f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ repositories {

## Configure Desugaring for TextMate

If you use `language-textmate` module in your project, and want to run the application on devices under Android N (API 24), you **must** enable [Core Library Desugaring](https://developer.android.google.cn/studio/write/java8-support#library-desugaring) to avoid compatibility issues. Otherwise, you can go on to next section.
If you use `language-textmate` module in your project, and want to run the application on devices under Android 13 (API 33), you **must** enable [Core Library Desugaring](https://developer.android.google.cn/studio/write/java8-support#library-desugaring) to avoid compatibility issues. Otherwise, you can go on to next section.

To enable the desugaring, follow the instructions below to setup your **application module**.

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ repositories {

## TextMate の脱糖(Desugar)を構成する

プロジェクトで `language-textmate` モジュールを使用し、Android N (API 24) のデバイスでアプリケーションを実行したい場合は、互換性の問題を回避するためにコア ライブラリの脱糖を**有効にする必要があります**。 それ以外の場合は、次のセクションに進んでください。
プロジェクトで `language-textmate` モジュールを使用し、Android 13 (API 33) のデバイスでアプリケーションを実行したい場合は、互換性の問題を回避するためにコア ライブラリの脱糖を**有効にする必要があります**。 それ以外の場合は、次のセクションに進んでください。

脱糖を有効にするには、以下の手順に従って**アプリケーション モジュール**をセットアップしてください:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ repositories {

## 为TextMate配置脱糖

如果您的项目使用了`language-textmate`模块,并且想要在Android N(API 24)以下的设备上运行您的应用,您**必须**启用[脱糖](https://developer.android.google.cn/studio/write/java8-support#library-desugaring)以避免兼容性问题。如果您已进行此操作,请看下一部分。
如果您的项目使用了`language-textmate`模块,并且想要在Android 13(API 33)以下的设备上运行您的应用,您**必须**启用[脱糖](https://developer.android.google.cn/studio/write/java8-support#library-desugaring)以避免兼容性问题。如果您已进行此操作,请看下一部分。

如果要启用脱糖,请按照以下说明配置您的**应用模块**

Expand Down

0 comments on commit ec6509f

Please sign in to comment.