Add pwa & stuff #75

Merged
alois merged 48 commits from dev into main 2026-08-18 22:32:16 +03:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit 22a4cd2f0e - Show all commits

Merge branch 'main' into dev
Some checks failed
/ build-web (push) Failing after 10m19s
/ build-desktop (linux) (push) Failing after 10m19s
/ build-mobile (push) Failing after 12m47s
/ release (push) Has been skipped

Alois 2026-08-06 16:19:28 +02:00
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -5370,7 +5370,7 @@ dependencies = [
[[package]]
name = "tensamin"
version = "0.0.0"
version = "0.0.11"
dependencies = [
"base64 0.22.1",
"jni 0.22.4",

View file

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

View file

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