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
1 changed files with 3 additions and 3 deletions

View File

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