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 7, 2023
2 parents 287897d + d430dcb commit c2aa8a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}
}
project.dependencies {
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
}
}
Expand Down Expand Up @@ -320,7 +320,7 @@ dependencies {
implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
implementation 'dev.rikka.tools.refine:runtime:4.3.0'

implementation platform("androidx.compose:compose-bom:2023.08.00")
implementation platform("androidx.compose:compose-bom:2023.09.00")
implementation "androidx.compose.ui:ui"
implementation "androidx.compose.ui:ui-util"
debugImplementation "androidx.compose.ui:ui-tooling"
Expand All @@ -332,8 +332,8 @@ dependencies {
implementation 'androidx.compose.material3:material3'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.activity:activity-compose:1.7.2"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1"
implementation "androidx.navigation:navigation-compose:2.7.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2"
implementation "androidx.navigation:navigation-compose:2.7.2"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.slice:slice-core:1.1.0-alpha02"
implementation "com.google.accompanist:accompanist-drawablepainter:$accompanist_version"
Expand Down
2 changes: 1 addition & 1 deletion systemUIShared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
implementation projects.compatLibVS

implementation "androidx.concurrent:concurrent-futures:1.1.0"
implementation "androidx.lifecycle:lifecycle-common:2.6.1"
implementation "androidx.lifecycle:lifecycle-common:2.6.2"
implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
}

0 comments on commit c2aa8a3

Please sign in to comment.