зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset f5c4825b6ae8 (bug 1430417) for incorrect android:debuggable. r=nalexander
This commit is contained in:
Родитель
8ac2db0699
Коммит
f40d9dac13
|
@ -231,11 +231,11 @@ dependencies {
|
||||||
implementation "com.google.android.gms:play-services-measurement:${mozconfig.substs.ANDROID_GOOGLE_PLAY_SERVICES_VERSION}"
|
implementation "com.google.android.gms:play-services-measurement:${mozconfig.substs.ANDROID_GOOGLE_PLAY_SERVICES_VERSION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Include LeakCanary in local builds, but not in official builds. Mach
|
// Include LeakCanary in most gradle based builds. Gradle based tests
|
||||||
// builds target the official audience, so LeakCanary will not be included
|
// include the no-op version. Mach based builds only include the no-op
|
||||||
// in any Mach build.
|
// version of this library.
|
||||||
localImplementation 'com.squareup.leakcanary:leakcanary-android:1.4-beta1'
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.4-beta1'
|
||||||
officialImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'
|
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'
|
||||||
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'
|
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'
|
||||||
|
|
||||||
implementation project(path: ':geckoview')
|
implementation project(path: ':geckoview')
|
||||||
|
|
Загрузка…
Ссылка в новой задаче