充电桩app代码

build.gradle 853B

    apply plugin: 'com.android.library' android { compileSdkVersion 26 buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 15 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support:recyclerview-v7:26.1.0' compile 'com.github.bumptech.glide:glide:4.1.1' compile 'com.github.chrisbanes:PhotoView:1.3.0' compile 'io.reactivex.rxjava2:rxjava:2.0.5' compile 'io.reactivex.rxjava2:rxandroid:2.0.1' compile files('libs/isoviewer-1.0-RC-27.jar') compile project(':videolibrary:SmallVideoLib2') testCompile 'junit:junit:4.12' }