充电桩app代码

build.gradle 1.0KB

    // 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 { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/' } maven{ url 'https://maven.aliyun.com/repository/google' } jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' classpath 'com.tencent.bugly:symtabfileuploader:latest.release' classpath "com.mob.sdk:MobSDK:+" } } allprojects { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/' } maven{ url 'https://maven.aliyun.com/repository/google' } jcenter() google() maven { url "https://jitpack.io" } } }