Skip to content

Commit

Permalink
Downgrade fragment to 1.3.2
Browse files Browse the repository at this point in the history
Fixes #2733.
  • Loading branch information
Mygod committed May 9, 2021
1 parent a5e7c44 commit 583025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies {
api("androidx.core:core-ktx:1.3.2")
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api("androidx.drawerlayout:drawerlayout:1.1.1")
api("androidx.fragment:fragment-ktx:1.3.3")
api("androidx.fragment:fragment-ktx:1.3.2")
api("com.google.android.material:material:1.3.0")
}

0 comments on commit 583025e

Please sign in to comment.