Skip to content

Commit

Permalink
Fix heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Nov 7, 2024
1 parent e80be39 commit a2edc17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,12 @@
<string name="party">Tiệc tùng</string>
<string name="commute">Trên đường đi làm</string>
<string name="focus">Tập trung</string>
<string name="updated">Đã cập nhật</string>
<string name="updated_to_youtube_playlist">Đã cập nhật danh sách phát YouTube</string>
<string name="can_t_add_to_youtube_playlist">Không thể thêm vào danh sách phát YouTube</string>
<string name="can_t_delete_from_youtube_playlist">Không thể xóa bài hát từ danh sách phát YouTube</string>
<string name="loading">Đang tải</string>
<string name="updating">Đang cập nhật</string>
<string name="go_to_log_in_page">Đi tới trang đăng nhập</string>
<string name="log_in_warning">YouTube Music hiện tại đang yêu cầu đăng nhập để nghe nhạc trực tuyến, cũng như các thực thể Piped đôi khi không hoạt động. Bạn nên đăng nhập vào YouTube để có trải nghiệm nghe nhạc tốt nhất với SimpMusic.</string>
</resources>
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
# This option should only be used with decoupled projects. For more details, visit
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
#Thu Nov 07 20:45:58 ICT 2024
#Fri Nov 08 00:03:25 ICT 2024
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.useAndroidX=true
kotlin.code.style=official
kotlin.jvm.target.validation.mode=IGNORE
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1024M -Dkotlin.daemon.jvm.options\="-Xmx1024M"
org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx1536M"
org.gradle.unsafe.configuration-cache=true

0 comments on commit a2edc17

Please sign in to comment.