Skip to content

Commit

Permalink
Roll back core-ktx due to compose preview render bug
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Apr 10, 2023
1 parent 4a59d44 commit 9e5c345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
deps {
library("android-gradle", "com.android.tools.build:gradle:7.4.1")

library("androidx-core", "androidx.core:core-ktx:1.10.0")
library("androidx-core", "androidx.core:core-ktx:1.9.0")
library("androidx-appcompat", "androidx.appcompat:appcompat:1.6.1")
library("androidx-constraintlayout", "androidx.constraintlayout:constraintlayout:2.1.4")
library("androidx-fragment", "androidx.fragment:fragment-ktx:1.5.6")
Expand Down

0 comments on commit 9e5c345

Please sign in to comment.