xref: /aosp_15_r20/external/angle/build/android/gradle/root.jinja (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1{# Copyright 2016 The Chromium Authors #}
2{# Use of this source code is governed by a BSD-style license that can be #}
3{# found in the LICENSE file. #}
4// Generated by //build/android/generate_gradle.py
5
6// This section is used to find the plugins.
7buildscript {
8    repositories {
9        google()
10        mavenCentral()
11    }
12    dependencies {
13        classpath "com.android.tools.build:gradle:{{ android_gradle_plugin_version }}"
14        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:{{ kotlin_gradle_plugin_version }}"
15    }
16}
17
18// This is used by individual modules to find/fetch dependencies.
19allprojects {
20    repositories {
21        google()
22        mavenCentral()
23    }
24}