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