kopia lustrzana https://github.com/olgamiller/SSTVEncoder2
25 wiersze
576 B
Groovy
25 wiersze
576 B
Groovy
apply plugin: 'com.android.application'
|
|
|
|
android {
|
|
compileSdkVersion 25
|
|
buildToolsVersion "25"
|
|
defaultConfig {
|
|
applicationId "om.sstvencoder"
|
|
minSdkVersion 15
|
|
targetSdkVersion 25
|
|
versionCode 21
|
|
versionName "2.0"
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
compile 'com.android.support:appcompat-v7:25.1.1'
|
|
}
|