diff options
author | cyBerta <cyberta@riseup.net> | 2023-04-10 03:12:47 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-04-10 03:12:47 +0200 |
commit | 8c9d5ba9e1cb6009824d715e5ba23182bbda4366 (patch) | |
tree | abe8da5a80c026c7e8e749fc7a893ab1ecfffba0 /app/build.gradle | |
parent | f399a22358da416bec16327e093a6ce408fbe013 (diff) |
fix fastlane location switching on newer Android versions
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |