Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devhyper committed Apr 27, 2024
1 parent e1597a9 commit ece0f0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "io.github.devhyper.openvideoeditor"
minSdk = 26
targetSdk = 34
versionCode = 5
versionName = "1.1.1"
versionCode = 6
versionName = "1.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
13 changes: 13 additions & 0 deletions metadata/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
New translations:
- Turkish @mikropsoft
- Portuguese @Diegofmar
- Spanish @gallegonovato
New features:
- Allow view intent #73
- Add AMOLED dark theme #66
Bug fixes:
- Fix crash on edit #70
- Fix crash on security exception
Misc:
- Reduce app size
- Update dependencies

0 comments on commit ece0f0d

Please sign in to comment.