Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:14-dev' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Nov 1, 2024
2 parents 06a853d + 63efcb2 commit 84d4190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import com.android.build.gradle.api.AndroidBasePlugin
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id 'com.android.application' version "8.7.1"
id 'com.android.library' version "8.7.1" apply false
id 'com.android.test' version '8.7.1' apply false
id 'com.android.application' version "8.7.2"
id 'com.android.library' version "8.7.2" apply false
id 'com.android.test' version '8.7.2' apply false
id 'androidx.baselineprofile' version '1.3.3'
id 'org.jetbrains.kotlin.android' version "2.0.21"
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.21"
Expand Down Expand Up @@ -344,7 +344,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.10.00")
implementation platform("androidx.compose:compose-bom:2024.10.01")
implementation "androidx.compose.ui:ui"
implementation "androidx.compose.ui:ui-util"
debugImplementation "androidx.compose.ui:ui-tooling"
Expand Down

0 comments on commit 84d4190

Please sign in to comment.