Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:12.1-dev' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Sep 14, 2023
2 parents a9ac445 + f7d1fb3 commit 6f535ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'com.google.protobuf' version "0.9.4"
id 'app.cash.licensee' version "1.7.0"
id 'dev.rikka.tools.refine' version "4.3.0"
id 'org.gradle.android.cache-fix' version '2.7.4'
id 'org.gradle.android.cache-fix' version '2.8.0'
}

allprojects {
Expand Down Expand Up @@ -52,7 +52,7 @@ allprojects {
classpath = files(frameworkJar, classpath)
}
tasks.withType(KotlinCompile).configureEach {
it.libraries.from(files(frameworkJar))
libraries.from(files(frameworkJar))
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions lawnchair/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<!-- IconPackPreferences -->
<!-- <string name="icon_style" /> -->
<string name="icon_pack">حزمة أيقونات</string>
<string name="themed_icon_pack">Themed Icon Source</string>
<string name="themed_icon_pack">مصدر أيقونة السمة</string>
<string name="system_icons">أيقونات النظام</string>
<string name="themed_icon_title">أيقونات تستمد خصائصها و لونها من الثيم</string>
<string name="themed_icons_off_label">معطل</string>
Expand Down Expand Up @@ -152,7 +152,7 @@
<string name="rgb_red">الأحمر</string>
<string name="rgb_green">الأخضر</string>
<string name="rgb_blue">الأزرق</string>
<string name="hsb">نشاط جنسي ضار</string>
<string name="hsb">ح س ب</string>
<string name="hsb_hue">مسحة</string>
<string name="hsb_saturation">التشبع</string>
<string name="hsb_brightness">السطوع</string>
Expand Down Expand Up @@ -181,9 +181,9 @@
<string name="home_screen_unlock">فتح الشاشة الرئيسية</string>
<!-- used in popup menu-->
<string name="home_screen_locked">الشاشة الرئيسية مقفلة.</string>
<string name="popup_menu">Pop-up Menu</string>
<string name="popup_menu">قائمة منبثقة</string>
<string name="home_screen_lock_toggle_from_home_popup">عرض زر القُفل</string>
<string name="show_system_settings_entry">Show System Settings Entry</string>
<string name="show_system_settings_entry">إظهار إدخال إعدادات النظام</string>
<string name="status_bar_label">شريط الحالة</string>
<string name="show_status_bar">إظهار شريط الحالة</string>
<string name="dark_status_bar_label">شريط الحالة المظلم</string>
Expand Down Expand Up @@ -269,7 +269,7 @@
<string name="pref_search_auto_show_keyboard">إظهار لوحة المفاتيح تلقائياً</string>
<string name="fuzzy_search_title">بحث غامض</string>
<string name="fuzzy_search_desc">قارب التطابقات لعمليات البحث عن التطبيقات.</string>
<string name="max_search_result_count_title">Max Search Result Count</string>
<string name="max_search_result_count_title">الحد الأقصى لعدد نتائج البحث</string>
<!-- <string name="grid" /> -->
<string name="app_drawer_columns">أعمدة قائمة التطبيقات</string>
<string name="row_height_label">ارتفاع الصف</string>
Expand Down Expand Up @@ -407,5 +407,5 @@
<string name="invalid_backup_file">ملف النسخ الاحتياطي غير صحيح.</string>
<string name="x_by_y">%١$d × %٢$d</string>
<string name="x_and_y">%s &amp; %s</string>
<string name="system_settings">System Settings</string>
<string name="system_settings">إعدادات النظام</string>
</resources>
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {

// https://docs.gradle.com/enterprise/gradle-plugin/
plugins {
id "com.gradle.enterprise" version "3.14.1"
id "com.gradle.enterprise" version "3.15"
}

gradleEnterprise {
Expand Down

0 comments on commit 6f535ef

Please sign in to comment.