Skip to content

Commit

Permalink
Merge pull request #98 from TeamAmaze/feature
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
VishalNehra committed Dec 31, 2022
2 parents 0238192 + a954f31 commit 582fda9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
applicationId "com.amaze.fileutilities"
minSdk 19
targetSdk 31
versionCode 74
versionName "1.74"
versionCode 75
versionName "1.75"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- App info shown in about screen -->
<string name="about_app">File Utility app with inbuilt media players for all your needs.</string>
<string name="team_amaze" translatable="false">Team Amaze</string>
<string name="app_version" translatable="false">v1.74</string>
<string name="app_version" translatable="false">v1.75</string>
<!-- Image viewer activity label -->
<string name="image_viewer">Amaze Image Viewer</string>
<!-- Image viewer label in settings -->
Expand Down

0 comments on commit 582fda9

Please sign in to comment.