diff --git a/obelisk/default.nix b/obelisk/default.nix index ae4aa5399a15e69cf8f2482be58d1119e17cff06..f925e16efd34625274470fc9276076ef807c9c31 100644 --- a/obelisk/default.nix +++ b/obelisk/default.nix @@ -66,13 +66,13 @@ let # validation, quoting, etc. android.activityAttributes = "android:exported=\"true\""; - android.version = { + android.version = rec { # Must be a monotonically increasing number; defines what it means to # "upgrade" the app. - code = "7"; + code = "8"; # The version that is displayed to the end user - name = "1.0"; + name = "1.0.${code}"; }; # We have a provider to define. It is certainly not a service. But