Skip to content

Commit

Permalink
Bump version name for 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Jun 17, 2024
1 parent 4588ff5 commit fb347f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ android {
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode generatedVersionCode
versionName "1.6.0"
versionName "1.6.1"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down

0 comments on commit fb347f7

Please sign in to comment.