Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

24 rader
558 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. compileOptions {
  10. sourceCompatibility JavaVersion.VERSION_1_7
  11. targetCompatibility JavaVersion.VERSION_1_7
  12. }
  13. }
  14. buildTypes {
  15. release {
  16. minifyEnabled false
  17. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
  18. }
  19. }
  20. }