Skip to content

Commit

Permalink
Bump Compose Version (#298)
Browse files Browse the repository at this point in the history
* Bump Compose Version

* Move deprecated buildconfig from properties to gradle
  • Loading branch information
vanshg authored Jan 26, 2024
1 parent 985a1b4 commit 165967b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
kotlin.code.style=official
android.defaults.buildfeatures.buildconfig=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.2.1"
android-gradle-plugin = "8.2.2"
androidx-activity = "1.8.2"
# TODO: Check if https://android-review.googlesource.com/c/platform/frameworks/support/+/2576871 has
# been merged and if so, swap the buttons in ImageCaptureConfirmationDialog
androidx-compose-bom = "2023.10.01"
androidx-compose-bom = "2024.01.00"
androidx-compose-compiler = "1.5.8"
androidx-core = "1.12.0"
androidx-core-splashscreen = "1.0.1"
Expand Down
1 change: 1 addition & 0 deletions lib/lib.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ android {

buildFeatures {
compose = true
buildConfig = true
}

composeOptions {
Expand Down
1 change: 1 addition & 0 deletions sample/sample.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ android {

buildFeatures {
compose = true
buildConfig = true
}

composeOptions {
Expand Down

0 comments on commit 165967b

Please sign in to comment.