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.
 
 
 
 
 
 

20 rader
414 B

  1. apply plugin: 'com.android.application'
  2. android {
  3. compileSdkVersion 21
  4. buildToolsVersion "29.0.2"
  5. defaultConfig {
  6. applicationId "com.example.umsipstest"
  7. minSdkVersion 8
  8. targetSdkVersion 22
  9. }
  10. buildTypes {
  11. release {
  12. minifyEnabled false
  13. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
  14. }
  15. }
  16. }