充电桩app代码

build.gradle 957B

    // 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 { // mavenLocal() jcenter() mavenCentral() maven { url 'https://maven.google.com/' name 'Google' } 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 { jcenter() maven { url 'https://maven.google.com/' name 'Google' } } }