Release 37

This commit is contained in:
Matthieu 2024-08-31 17:55:16 +02:00
parent 37eb888537
commit 7227562dfa
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 36
versionCode 37
versionName "1.0.beta" + versionCode
//TODO add resConfigs("en", "fr", "ja",...) ?
@ -257,7 +257,7 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'com.github.connyduck:sparkbutton:4.1.0'
implementation 'org.pixeldroid.pixeldroid:android-media-editor:3.1'
implementation 'org.pixeldroid.pixeldroid:android-media-editor:4.0'
implementation project(path: ':scrambler')
implementation project(path: ':pixel_common')