We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d0848 commit 3f3c417Copy full SHA for 3f3c417
app/build.gradle.kts
@@ -11,8 +11,8 @@ android {
11
applicationId = "io.github.devhyper.openvideoeditor"
12
minSdk = 26
13
targetSdk = 34
14
- versionCode = 2
15
- versionName = "1.0.1"
+ versionCode = 3
+ versionName = "1.0.2"
16
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
18
vectorDrawables {
metadata/en-US/changelogs/3.txt
@@ -0,0 +1,7 @@
1
+Touch and hold frame next/previous to repeat
2
+Fix switching screen rotation loses edits
3
+Fix unable to select a video
4
+Remove file extension when selecting export location
5
+Add the app as a shortcut in the Share menu
6
+Fix UI elements not responsive/adaptive
7
+Fix hidden dialog buttons on certain screen sizes
0 commit comments