SSTVEncoder2/app/build.gradle

25 wiersze
622 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 32
defaultConfig {
applicationId "om.sstvencoder"
minSdkVersion 21
targetSdkVersion 32
versionCode 29
versionName "2.8"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation "androidx.exifinterface:exifinterface:1.3.5"
}