apply plugin: 'com.android.application' android { compileSdkVersion 32 defaultConfig { applicationId "om.sstvencoder" minSdkVersion 21 targetSdkVersion 32 versionCode 28 versionName "2.7" } 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" }