fix(deps): use an unreleased R8 build with verifier crash fix

This commit is contained in:
Harsh Shandilya 2023-05-25 23:37:04 +05:30
parent 37e6c87046
commit dfe108d13e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2022 Harsh Shandilya.
* Copyright © 2022-2023 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
@ -44,7 +44,7 @@ dependencyResolutionManagement {
}
}
exclusiveContent {
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
forRepository { maven("https://storage.googleapis.com/r8-releases/raw/main") }
filter { includeModule("com.android.tools", "r8") }
}
mavenCentral()