Skip to content

Commit

Permalink
Fix compiling issue with androidx.core
Browse files Browse the repository at this point in the history
  • Loading branch information
gehee committed Jun 13, 2024
1 parent cfd905c commit c873bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ dependencies {
implementation(libs.material)
implementation(project(":app:wfbngrtl8812"))
implementation(project(":app:mavlink"))
implementation("androidx.core:core-ktx:+")
implementation ("com.github.Philjay:mpandroidchart:3.1.0")
implementation("androidx.core:core-ktx:1.13.0")
implementation("com.github.Philjay:mpandroidchart:3.1.0")

testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
Expand Down

0 comments on commit c873bde

Please sign in to comment.