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.
 
 
 
 
 
 

26 lines
617 B

  1. apply plugin: 'com.android.application'
  2. android {
  3. compileSdkVersion 21
  4. buildToolsVersion "29.0.2"
  5. defaultConfig {
  6. applicationId "com.neusoft.umsips"
  7. minSdkVersion 11
  8. targetSdkVersion 21
  9. versionCode 5
  10. versionName "20200807163325"
  11. compileOptions {
  12. sourceCompatibility JavaVersion.VERSION_1_7
  13. targetCompatibility JavaVersion.VERSION_1_7
  14. }
  15. }
  16. buildTypes {
  17. release {
  18. minifyEnabled false
  19. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
  20. }
  21. }
  22. }