Skip to content

Commit 6df3341

Browse files
committed
chore(deps): update
1 parent 41b8507 commit 6df3341

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

android/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
dependencies {
99
classpath "com.android.tools.build:gradle:8.9.2"
10-
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21' // version should be the same as in kotlinVersion
10+
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20' // version should be the same as in kotlinVersion
1111
}
1212
}
1313

@@ -143,11 +143,12 @@ dependencies {
143143
implementation "com.facebook.react:react-native:+"
144144

145145
implementation "com.github.abdallahmehiz:seeker:2.0.1"
146-
implementation platform('androidx.compose:compose-bom:2025.03.01')
147-
implementation 'androidx.compose.ui:ui'
146+
//implementation platform('androidx.compose:compose-bom:2025.04.01')
147+
//implementation 'androidx.compose.ui:ui'
148+
implementation "androidx.compose.foundation:foundation-android:1.8.0"
149+
implementation "androidx.compose.ui:ui-android:1.8.0"
150+
implementation "androidx.compose.material3:material3-android:1.3.2"
148151
implementation 'androidx.compose.material3:material3'
149-
//implementation 'androidx.compose.ui:ui-graphics'
150-
//implementation 'androidx.compose.ui:ui-tooling-preview'
151152

152153
// Add a dependency on NitroModules
153154
implementation project(":react-native-nitro-modules")

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath("com.facebook.react:react-native-gradle-plugin")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
1818
//noinspection GradleDependency
19-
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21' // version should be the same as in kotlinVersion
19+
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20"
2020
}
2121
}
2222

0 commit comments

Comments
 (0)