Skip to content

Commit

Permalink
Merge pull request #1192 from radixdlt/bump-version-1-9-0
Browse files Browse the repository at this point in the history
Bump up to 1.9.0
  • Loading branch information
giannis-rdx authored Sep 10, 2024
2 parents 145b98e + 194f1b1 commit c0f56ff
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 49
versionName "1.8.3"
versionName "1.9.0"
buildConfigField "boolean", "DEBUG_MODE", "true"
buildConfigField "boolean", "CRASH_REPORTING_AVAILABLE", "false"
buildConfigField "boolean", "EXPERIMENTAL_FEATURES_ENABLED", "true"
Expand Down

0 comments on commit c0f56ff

Please sign in to comment.