SSTVEncoder2/app/build.gradle

26 wiersze
647 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdk 33
defaultConfig {
applicationId "om.sstvencoder"
minSdkVersion 21
targetSdkVersion 33
versionCode 31
versionName "2.10"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
namespace 'om.sstvencoder'
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.exifinterface:exifinterface:1.3.6"
}