零售收银终端CheckoutPad_ox_as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.2 KiB

1 year ago
  1. apply plugin: 'com.android.library'
  2. //apply plugin: 'com.github.dcendents.android-maven'
  3. group='shihoo.wang'
  4. android {
  5. compileSdkVersion 28
  6. defaultConfig {
  7. minSdkVersion 18
  8. //noinspection ExpiredTargetSdkVersion
  9. targetSdkVersion 33
  10. versionCode 1
  11. versionName "1.0"
  12. }
  13. buildTypes {
  14. release {
  15. minifyEnabled false
  16. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  17. }
  18. }
  19. }
  20. dependencies {
  21. api ('io.reactivex.rxjava2:rxjava:2.+'){
  22. exclude module: 'jetified-commons-beanutils-1.8.0'
  23. }
  24. implementation 'com.android.support:support-annotations:+'
  25. implementation 'com.github.dcendents:android-maven-gradle-plugin:1.3'
  26. // implementation "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0"
  27. // implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
  28. // classpath 'com.github.dcendents:android-maven:'
  29. // classpath 'com.github.dcendents:android-maven-plugin:1.3'
  30. //change to uni plugin
  31. compileOnly fileTree(dir: '../app/libs', include: ['uniapp-v8-release.aar'])
  32. compileOnly 'com.alibaba:fastjson:1.1.46.android'
  33. implementation 'com.blankj:utilcode:1.30.7'
  34. }