kopia lustrzana https://github.com/olgamiller/SSTVEncoder2
Gradle updates (SdkVersion 32)
rodzic
6401f1bdc5
commit
256463399a
|
@ -1,11 +1,11 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 32
|
||||
compileSdkVersion 33
|
||||
defaultConfig {
|
||||
applicationId "om.sstvencoder"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
targetSdkVersion 33
|
||||
versionCode 29
|
||||
versionName "2.8"
|
||||
}
|
||||
|
@ -19,6 +19,6 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.5.1'
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.5"
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.6"
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue