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