updating commons and target SDK to 33

This commit is contained in:
tibbi
2022-08-29 10:04:30 +02:00
parent 4abed59609
commit 8b0361faca

View File

@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 31 compileSdkVersion 33
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.voicerecorder" applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 33
versionCode 27 versionCode 27
versionName "5.9.1" versionName "5.9.1"
setProperty("archivesBaseName", "voice-recorder") setProperty("archivesBaseName", "voice-recorder")
@ -63,7 +63,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:01841778a4' implementation 'com.github.SimpleMobileTools:Simple-Commons:b2a2c40a27'
implementation 'org.greenrobot:eventbus:3.3.1' implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.Armen101:AudioRecordView:1.0.4' implementation 'com.github.Armen101:AudioRecordView:1.0.4'
implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.documentfile:documentfile:1.0.1'