From e24a44da22891e03d95c8b2c8d0a21125782c21e Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Wed, 13 Oct 2021 21:11:50 +0300 Subject: [PATCH] [android] Fixed compilation error due to renamed dependency Signed-off-by: Alexander Borsuk --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 58f8116f09..4e5d097e28 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.work:work-runtime:2.5.0' implementation 'com.trafi:anchor-bottom-sheet-behavior:0.13-alpha' - implementation 'com.github.yoksnod:MPAndroidChart:3.2.0-alpha' + implementation 'com.github.devnullorthrow:MPAndroidChart:3.2.0-alpha' implementation 'com.google.android.material:material:1.5.0-alpha02' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.preference:preference:1.1.1'