Skip to content

Commit

Permalink
Version 0.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Apr 24, 2023
1 parent 5935efe commit 0ba433d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0"
}

project.ext.set("app_version_code", 89)
project.ext.set("app_version_name", "0.0.96")
project.ext.set("app_version_code", 90)
project.ext.set("app_version_name", "0.0.97")

}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/90.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Rescanning local video files to fix wrong width/height so they display correctly in feeds

0 comments on commit 0ba433d

Please sign in to comment.