Fix proguard-rules.txt path reference in DefaultDownloaderFactory

PiperOrigin-RevId: 734111303
This commit is contained in:
tianyifeng 2025-03-06 06:02:43 -08:00 committed by Copybara-Service
parent 377136419d
commit c95516f0ab

View File

@ -153,5 +153,5 @@ public class DefaultDownloaderFactory implements DownloaderFactory {
throw new IllegalStateException("Downloader constructor missing", e); throw new IllegalStateException("Downloader constructor missing", e);
} }
} }
// LINT.ThenChange(../../../../../proguard-rules.txt) // LINT.ThenChange(../../../../../../../proguard-rules.txt)
} }