Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micbakos-rdx committed Jul 2, 2024
1 parent 4b75b67 commit 9e01d44
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 @@ -77,7 +77,7 @@ android {
minSdk rootProject.ext.minSdk
targetSdk rootProject.ext.targetSdk
versionCode 44
versionName "1.6.1"
versionName "1.7.0"
buildConfigField "boolean", "DEBUG_MODE", "true"
buildConfigField "boolean", "CRASH_REPORTING_AVAILABLE", "false"
buildConfigField "boolean", "EXPERIMENTAL_FEATURES_ENABLED", "true"
Expand Down

0 comments on commit 9e01d44

Please sign in to comment.