Skip to content

Commit

Permalink
Downgrade androidx.core:core-ktx to 1.9.0 from 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed May 17, 2023
1 parent 2ed2b68 commit 8095c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
}

dependencies {
implementation "androidx.core:core-ktx:1.10.1"
implementation "androidx.core:core-ktx:1.9.0" // FIXME: Upgrading to 1.10.1 causes deprecated class error
implementation "androidx.appcompat:appcompat:1.6.1"
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

dependencies {
implementation "androidx.core:core-ktx:1.10.1"
implementation "androidx.core:core-ktx:1.9.0" // FIXME: Upgrading to 1.10.1 causes deprecated class error
implementation "com.google.android.material:material:1.9.0"
implementation project(":lib")
}

0 comments on commit 8095c03

Please sign in to comment.