1
0
Fork 0
forked from Nexus/nexus

fix android build by overriding path_provider_android back to an earlier version

I don't know why this is needed
This commit is contained in:
Henry Hiles 2026-05-08 22:17:11 -04:00
commit 66ef2de027
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 46 additions and 63 deletions

View file

@ -735,22 +735,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.5"
jni:
dependency: transitive
description:
name: jni
sha256: c2230682d5bc2362c1c9e8d3c7f406d9cbba23ab3f2e203a025dd47e0fb2e68f
url: "https://pub.dev"
source: hosted
version: "1.0.0"
jni_flutter:
dependency: transitive
description:
name: jni_flutter
sha256: "8b59e590786050b1cd866677dddaf76b1ade5e7bc751abe04b86e84d379d3ba6"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
json_annotation:
dependency: "direct main"
description:
@ -912,13 +896,13 @@ packages:
source: hosted
version: "2.1.5"
path_provider_android:
dependency: transitive
dependency: "direct main"
description:
name: path_provider_android
sha256: "69cbd515a62b94d32a7944f086b2f82b4ac40a1d45bebfc00813a430ab2dabcd"
sha256: "149441ca6e4f38193b2e004c0ca6376a3d11f51fa5a77552d8bd4d2b0c0912ba"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "2.2.23"
path_provider_foundation:
dependency: transitive
description:
@ -1573,5 +1557,5 @@ packages:
source: hosted
version: "2.2.4"
sdks:
dart: ">=3.11.4 <4.0.0"
dart: "3.11.4"
flutter: ">=3.38.4"