Skip to content

Commit

Permalink
chore(flutter): use maven coordinates for measure-android
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Feb 14, 2025
1 parent fc5999e commit 1ae49cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion flutter/measure_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation("sh.measure:measure-android:0.10.0-SNAPSHOT")
api("sh.measure:measure-android:0.9.0")
testImplementation("org.jetbrains.kotlin:kotlin-test")
}

Expand Down
4 changes: 0 additions & 4 deletions flutter/measure_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ android {
}
}

dependencies {
implementation 'sh.measure:measure-android:0.10.0-SNAPSHOT'
}

flutter {
source = "../.."
}

0 comments on commit 1ae49cd

Please sign in to comment.