Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-branch committed Jan 23, 2025
1 parent 8ee1a85 commit cc5eda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "io.branch.branchlinksimulator"
minSdk = 26
targetSdk = 34
versionCode = 22
versionName = "2.2"
versionCode = 23
versionName = "2.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
jdk
];
JAVA_HOME = "${jdk}";
shellHook = ''
if [ -f $HOME/.config/bin/setup-intellij-jdk ] && [ -f ./.idea/misc.xml ]; then
$HOME/.config/bin/setup-intellij-jdk || echo "setup-intellij-jdk failed"
fi
'';
};
formatter = pkgs.nixpkgs-fmt;
}
Expand Down

0 comments on commit cc5eda8

Please sign in to comment.