Skip to content
Snippets Groups Projects
Commit a301e68d authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch 'main' into move-shell-nix-out-of-sight

parents ad196f03 280f8c6c
No related branches found
No related tags found
1 merge request!92Put shell.nix with the rest of the fire
Pipeline #5374 passed
File moved
......@@ -49,7 +49,7 @@ let
android.platformVersions = [ "29" ];
android.gradle.minSdkVersion = "27";
android.gradle.compileSdkVersion = "29";
android.gradle.targetSdkVersion = "31";
android.gradle.targetSdkVersion = "33";
# Quoth https://developer.android.com/about/versions/12/behavior-changes-12#exported:
#
......@@ -74,9 +74,9 @@ let
#
# Must be a monotonically increasing number; defines what it means to
# "upgrade" the app.
android.version.code = "8";
android.version.code = "9";
# The version that is displayed to the end user.
android.version.name = "1.0.8";
android.version.name = "1.0.9";
# We have a provider to define. It is certainly not a service. But
# reflex-platform puts services in the right place for providers so ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment