Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:14-dev' into 14-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored May 3, 2024
2 parents ee9c0ad + 285f8f3 commit 259db01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
}
}
dependencies {
implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
}
}
Expand Down Expand Up @@ -363,7 +363,7 @@ dependencies {
implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
implementation 'dev.rikka.tools.refine:runtime:4.4.0'

implementation platform("androidx.compose:compose-bom:2024.04.01")
implementation platform("androidx.compose:compose-bom:2024.05.00")
implementation "androidx.compose.ui:ui"
implementation "androidx.compose.ui:ui-util"
debugImplementation "androidx.compose.ui:ui-tooling"
Expand All @@ -385,7 +385,7 @@ dependencies {
implementation "com.google.accompanist:accompanist-adaptive:$accompanistVersion"
implementation "com.google.accompanist:accompanist-drawablepainter:$accompanistVersion"
implementation "com.google.accompanist:accompanist-permissions:$accompanistVersion"
implementation "com.google.android.material:material:1.11.0"
implementation "com.google.android.material:material:1.12.0"
implementation "io.github.fornewid:material-motion-compose-core:1.2.0"
implementation 'dev.kdrag0n:colorkt:1.0.5'
implementation 'io.coil-kt:coil-compose:2.6.0'
Expand All @@ -394,7 +394,7 @@ dependencies {
implementation "com.patrykmichalik.opto:domain:$optoVersion"
implementation "com.patrykmichalik.opto:core:$optoVersion"
implementation "com.patrykmichalik.opto:compose:$optoVersion"
implementation "androidx.datastore:datastore-preferences:1.1.0"
implementation "androidx.datastore:datastore-preferences:1.1.1"
def retrofitVersion = "2.11.0"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
Expand Down
2 changes: 1 addition & 1 deletion systemUIAnim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addFrameworkJar('framework-14.jar')
compileOnlyCommonJars()

dependencies {
implementation "androidx.core:core-animation:1.0.0-rc01"
implementation "androidx.core:core-animation:1.0.0"
compileOnly projects.animationlib

}
2 changes: 1 addition & 1 deletion systemUILog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ compileOnlyCommonJars()
dependencies {
compileOnly projects.systemUIPluginCore
compileOnly projects.systemUICommon
implementation 'com.google.errorprone:error_prone_annotations:2.27.0'
implementation 'com.google.errorprone:error_prone_annotations:2.27.1'
}

0 comments on commit 259db01

Please sign in to comment.