diff --git a/app/build.gradle b/app/build.gradle index 02c59c6f..c1b54849 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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')