25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- apply plugin: 'com.android.application'
-
- android {
- compileSdkVersion 21
- buildToolsVersion "29.0.2"
-
- defaultConfig {
- applicationId "com.neusoft.umsips"
- minSdkVersion 11
- targetSdkVersion 21
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
- }
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
- }
- }
- }
|