Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
track: ${{ env.TRACK }}
releaseName: ${{ env.RELEASE_NAME }}
whatsNewDirectory: dist/whatsnew
changesNotSentForReview: true
- if: startsWith(github.ref, 'refs/tags/')
name: Rename files for release
run: |
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {

defaultConfig {
applicationId "com.expidusos.calculator"
minSdkVersion 19
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
pubspecLock = lib.importJSON ./pubspec.lock.json;

gitHashes = {
expidus = "sha256-gJUi3SKksEzdC14jh5g0L9Q/rnoZporoNuFJwPBgxgs=";
expidus = "sha256-OkV0qZOcdHclBjlVnYOGdxFOWqkmK3GbBf65M7g+slU=";
};

postInstall = ''
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "911324c9e4e2734743840ca59dd65799d24c255c"
resolved-ref: "911324c9e4e2734743840ca59dd65799d24c255c"
ref: d07cd07a8365a1e0541d4084c5c6e62cd1b964e8
resolved-ref: d07cd07a8365a1e0541d4084c5c6e62cd1b964e8
url: "https://github.com/ExpidusOS/libexpidus.git"
source: git
version: "0.0.1"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"dependency": "direct main",
"description": {
"path": ".",
"ref": "911324c9e4e2734743840ca59dd65799d24c255c",
"resolved-ref": "911324c9e4e2734743840ca59dd65799d24c255c",
"ref": "d07cd07a8365a1e0541d4084c5c6e62cd1b964e8",
"resolved-ref": "d07cd07a8365a1e0541d4084c5c6e62cd1b964e8",
"url": "https://github.com/ExpidusOS/libexpidus.git"
},
"source": "git",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
expidus:
git:
url: https://github.com/ExpidusOS/libexpidus.git
ref: 911324c9e4e2734743840ca59dd65799d24c255c
ref: d07cd07a8365a1e0541d4084c5c6e62cd1b964e8
markdown: ^7.1.1
math_expressions: ^2.4.0
package_info_plus: ^4.1.0
Expand Down
Loading