Skip to content

Commit

Permalink
chore: toml 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
shhu committed Sep 23, 2022
1 parent eecfd92 commit b3e69ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {

testImplementation(deps.junit)
androidTestImplementation(deps.bundles.android.test)
androidTestImplementation("org.nanohttpd:nanohttpd:2.3.1")
androidTestImplementation(deps.nanohttpd)
}

tasks.register<Exec>("pgyer") {
Expand Down
1 change: 1 addition & 0 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ google-material = "com.google.android.material:material:1.6.1"

free-reflection = "com.github.tiann:FreeReflection:3.1.0"
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.9.1"
nanohttpd = "org.nanohttpd:nanohttpd:2.3.1"

junit = "junit:junit:4.13.2"
androidx-test-core = "androidx.test:core-ktx:1.5.0-alpha02"
Expand Down

0 comments on commit b3e69ee

Please sign in to comment.