Compare commits

..
Author SHA1 Message Date
07abf73b1d chore(deps): update rust crate base64 to 0.23 2026-08-06 13:02:02 +02:00
6 changed files with 7 additions and 6 deletions

View file

@ -5373,7 +5373,7 @@ name = "tensamin"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"base64 0.23.1", "base64 0.23.1",
"jni 0.22.4", "jni 0.21.1",
"mtp", "mtp",
"mtp-transport", "mtp-transport",
"reqwest 0.12.28", "reqwest 0.12.28",

View file

@ -37,7 +37,7 @@ features = []
default-features = true default-features = true
[target.'cfg(target_os = "android")'.dependencies] [target.'cfg(target_os = "android")'.dependencies]
jni = "0.22" jni = "0.21"
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies] [target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
tauri-plugin-barcode-scanner = "2" tauri-plugin-barcode-scanner = "2"

View file

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:8.13.2") classpath("com.android.tools.build:gradle:8.13.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25")
} }
} }

View file

@ -111,7 +111,7 @@
"recharts": "3.10.1", "recharts": "3.10.1",
"redux": "^5.0.0", "redux": "^5.0.0",
"redux-thunk": "^3.1.0", "redux-thunk": "^3.1.0",
"reselect": "5.2.0", "reselect": "5.1.1",
"scheduler": "^0.27.0", "scheduler": "^0.27.0",
"seroval": "^1.5.4", "seroval": "^1.5.4",
"seroval-plugins": "^1.5.4", "seroval-plugins": "^1.5.4",

View file

@ -16,8 +16,8 @@
let let
systems = [ "x86_64-linux" ]; systems = [ "x86_64-linux" ];
forAllSystems = nixpkgs.lib.genAttrs systems; forAllSystems = nixpkgs.lib.genAttrs systems;
version = "0.0.11"; version = "0.0.10";
x86_64DebHash = "sha256-E4FGMpCt2ByaN6d+YzglqeA6LbhMOQmPf3UzAj7uZXE="; x86_64DebHash = "sha256-R7ufXBPL2+jsgtbcIjPg55RU6m39odaC5IeLI1nYU48=";
forgejoBaseUrl = "https://git.methanium.net/tensamin/client/releases/download/${version}"; forgejoBaseUrl = "https://git.methanium.net/tensamin/client/releases/download/${version}";
in in
{ {

View file

@ -2,6 +2,7 @@
"name": "tensamin", "name": "tensamin",
"version": "0.0.11", "version": "0.0.11",
"private": true, "private": true,
"packageManager": "pnpm@11.8.0",
"workspaces": [ "workspaces": [
"packages/*", "packages/*",
"apps/*" "apps/*"