Skip to content

Commit

Permalink
[Fix] Add androidx.fragment to dependencies to solve #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoricew committed May 24, 2024
1 parent 32b78a9 commit a8a1ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ dependencies {
implementation(libs.shizuku.provider)
implementation(libs.shizuku.api)
implementation(libs.androidx.biometric)
implementation(libs.androidx.fragment)
}
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ material3 = "1.2.1"
accompanist-drawablepainter = "0.35.0-alpha"
shizuku = "13.1.5"
biometric = "1.2.0-alpha05"
fragment = "1.8.0-beta01"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
Expand All @@ -21,6 +22,7 @@ androidx-biometric = { group = "androidx.biometric", name = "biometric", version

shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
androidx-fragment = { group = "androidx.fragment", name = "fragment", version.ref = "fragment" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit a8a1ff5

Please sign in to comment.