wangguan
2020-12-29 377166293175b737d03e744e7d13500580ea78ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
 
allprojects {
    buildscript {
        repositories {
            google()
            jcenter()
        }
 
        dependencies {
            classpath 'com.android.tools.build:gradle:3.6.0'
            
        }
    }
 
    repositories {
        google()
        jcenter()
        flatDir {
            dirs "${project(':unityLibrary').projectDir}/libs"
        }
    }
}
 
task clean(type: Delete) {
    delete rootProject.buildDir
}