dejsem.1.5/android/dejsem.studio/build.gradle
author hh
Wed, 27 Nov 2019 09:50:16 +0100
changeset 0 676905a3b03c
permissions -rw-r--r--
--
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
hh
parents:
diff changeset
     1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
hh
parents:
diff changeset
     2
buildscript {
hh
parents:
diff changeset
     3
    repositories {
hh
parents:
diff changeset
     4
        jcenter()
hh
parents:
diff changeset
     5
        google()
hh
parents:
diff changeset
     6
    }
hh
parents:
diff changeset
     7
    dependencies {
hh
parents:
diff changeset
     8
        classpath 'com.android.tools.build:gradle:3.5.0-alpha09'
hh
parents:
diff changeset
     9
    }
hh
parents:
diff changeset
    10
}
hh
parents:
diff changeset
    11
hh
parents:
diff changeset
    12
allprojects {
hh
parents:
diff changeset
    13
    repositories {
hh
parents:
diff changeset
    14
        jcenter()
hh
parents:
diff changeset
    15
        google()
hh
parents:
diff changeset
    16
    }
hh
parents:
diff changeset
    17
}