Skip to content

Commit 3f3c417

Browse files
committed
Version 1.0.2
1 parent c9d0848 commit 3f3c417

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "io.github.devhyper.openvideoeditor"
1212
minSdk = 26
1313
targetSdk = 34
14-
versionCode = 2
15-
versionName = "1.0.1"
14+
versionCode = 3
15+
versionName = "1.0.2"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

metadata/en-US/changelogs/3.txt

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)