充电桩app代码

build.gradle 352B

12345678910111213141516171819
  1. apply plugin: 'com.android.library'
  2. android {
  3. compileSdkVersion 26
  4. buildToolsVersion '28.0.3'
  5. defaultConfig {
  6. minSdkVersion 19
  7. }
  8. buildTypes {
  9. release {
  10. minifyEnabled false
  11. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  12. }
  13. }
  14. }
  15. dependencies {
  16. }