From 8c9d5ba9e1cb6009824d715e5ba23182bbda4366 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 10 Apr 2023 03:12:47 +0200 Subject: fix fastlane location switching on newer Android versions --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 5e5de9d0..a79c97f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -417,7 +417,7 @@ dependencies { testImplementation 'org.json:json:20180813' androidTestImplementation 'androidx.test.ext:junit:1.1.4' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' + debugImplementation 'com.squareup.leakcanary:leakcanary-android-core:2.9.1' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.2' implementation 'com.jakewharton:butterknife:10.2.1' -- cgit v1.2.3