Release 37
This commit is contained in:
parent
37eb888537
commit
7227562dfa
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue