Release 12
This commit is contained in:
parent
cc37bfefce
commit
b8d9fb7c7e
|
@ -28,7 +28,7 @@ android {
|
||||||
applicationId "org.pixeldroid.app"
|
applicationId "org.pixeldroid.app"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "1.0.beta" + versionCode
|
versionName "1.0.beta" + versionCode
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
* Video editing! Mute, trim videos
|
||||||
|
* Open images in the full screen and zoom and pan on them :)
|
||||||
|
* Translation updates
|
Loading…
Reference in New Issue