// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
//    apply plugin: 'bugly'
//    apply plugin: 'org.greenrobot.greendao'
//
//    bugly {
//        appId = '900010422' // 注册时分配的App ID
//        appKey = 'mnhwhy8jP7Fq2G6b' // 注册时分配的App Key
//    }
    repositories {
        jcenter()
        google()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.6.3'
        classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
        classpath 'com.tencent.bugly:symtabfileuploader:latest.release'

        classpath "com.mob.sdk:MobSDK:+"
    }
}
allprojects {
    repositories {
        flatDir {
            dirs 'libs'
        }
        jcenter()
        google()
        maven { url "https://jitpack.io" }
    }
}