Skip to content

Commit

Permalink
fix(animated-circle): use androidx lib (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin authored Sep 19, 2020
1 parent a0de89f commit f8dfefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/animated-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/animated-circle",
"version": "1.0.0",
"version": "1.0.1",
"description": "Animated circle progress in your NativeScript applications.",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/animated-circle/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ allprojects {
}

dependencies {
implementation 'com.github.jakob-grabner:Circle-Progress-View:1.4'
implementation 'com.github.max-mobility:circle-progress-view:2.0.1'
}

0 comments on commit f8dfefa

Please sign in to comment.