blob: 000e19bd207b75e1f811ca26e478b762875ba66e [file] [log] [blame]
Morten Krogh-Jespersen81c34082023-06-22 15:37:41 +02001// Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
Morten Krogh-Jespersen51026a42023-08-28 13:34:56 +02005pluginManagement {
6 repositories {
7 maven {
8 url = uri("file:../../../third_party/dependencies")
9 }
10 maven {
11 url = uri("file:../../../third_party/dependencies_new")
12 }
13 }
14}
15
16dependencyResolutionManagement {
17 repositories {
18 maven {
19 url = uri("file:../../../third_party/dependencies")
20 }
21 maven {
22 url = uri("file:../../../third_party/dependencies_new")
23 }
24 }
25}
26
Morten Krogh-Jespersen81c34082023-06-22 15:37:41 +020027rootProject.name = "tests_java_examplesAndroidN"