tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

root.jinja (686B)


      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.
      7 buildscript {
      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.
     19 allprojects {
     20     repositories {
     21         google()
     22         mavenCentral()
     23     }
     24 }