Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:15-dev' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Dec 7, 2024
2 parents 4733014 + f2f88cc commit f337f0b
Show file tree
Hide file tree
Showing 30 changed files with 42,379 additions and 40,170 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allprojects {
}

plugins.withId('com.google.protobuf') {
def protocVersion = '4.29.0'
def protocVersion = '4.29.1'
protobuf {
// Configure the protoc executable
protoc {
Expand Down Expand Up @@ -362,7 +362,7 @@ dependencies {
implementation 'androidx.compose.material3:material3-window-size-class'
implementation "androidx.activity:activity-compose:1.9.3"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
implementation "androidx.navigation:navigation-compose:2.8.4"
implementation "androidx.navigation:navigation-compose:2.8.0"
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.slice:slice-core:1.1.0-alpha02"
Expand Down
2 changes: 1 addition & 1 deletion flags/src/com/android/launcher3/FeatureFlagsImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void load_overrides_launcher() {
floatingSearchBar =
properties.getBoolean(Flags.FLAG_FLOATING_SEARCH_BAR, false);
forceMonochromeAppIcons =
properties.getBoolean(Flags.FLAG_FORCE_MONOCHROME_APP_ICONS, false);
properties.getBoolean(Flags.FLAG_FORCE_MONOCHROME_APP_ICONS, true);
useActivityOverlay =
properties.getBoolean(Flags.FLAG_USE_ACTIVITY_OVERLAY, true);
} catch (NullPointerException e) {
Expand Down
Loading

0 comments on commit f337f0b

Please sign in to comment.