M3 migration (#11)

This commit is contained in:
Android Dev
2023-05-01 17:16:56 -07:00
committed by GitHub
parent 64cb06ff8e
commit c016ce191d
41 changed files with 492 additions and 382 deletions

View File

@@ -1,10 +1,11 @@
/*
* Copyright (c) 2022 The Android Open Source Project
* Copyright (C) 2023 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -12,12 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {