Skip to content

Commit

Permalink
chore: sorting android build
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 13, 2023
1 parent c3339f1 commit 1404b99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pomatez"
# In the current version of release please, unless the toml file is in the root of the project it cannot be updated.
# https://github.com/googleapis/release-please/issues/1724
# util/cargo-version-updater.js will run to keep this value up to date before rust builds.
version = "1.4.3"
version = "1.4.1"
description = "Attractive pomodoro timer for Windows, Mac, and Linux."
authors = ["Roldan Montilla Jr"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions app/tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub fn run() {
let app = builder.build(tauri::generate_context!())
.expect("error while running tauri application");

#[allow(unused_variables)]
app.run(|app_handle, e| match e {
RunEvent::Ready => {
#[cfg(desktop)]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"tauri:dev": "tauri dev --config ./app/tauri/release.conf.json",
"tauri:android:dev": "tauri android dev",
"tauri:android:open": "tauri android open",
"tauri:android:build": "tauri android build",
"tauri:updateversion": "node ./app/tauri/util/cargo-version-updater.js"
},
"config": {
Expand Down

0 comments on commit 1404b99

Please sign in to comment.