use 2.0.0 resouces

This commit is contained in:
Vadim 2024-10-30 19:37:07 +01:00
parent 2dde8ce9c8
commit f51b076ba2
2 changed files with 5 additions and 10 deletions

View file

@ -1,11 +1,10 @@
name: m3_lightmeter_iap name: m3_lightmeter_iap
description: IAP stubs for the M3 Lightmeter app. description: IAP stubs for the M3 Lightmeter app.
version: 0.2.0 version: 1.0.0
publish_to: 'none' publish_to: 'none'
environment: environment:
sdk: '>=2.19.2 <3.0.0' sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies: dependencies:
flutter: flutter:
@ -13,7 +12,7 @@ dependencies:
m3_lightmeter_resources: m3_lightmeter_resources:
git: git:
url: "https://github.com/vodemn/m3_lightmeter_resources" url: "https://github.com/vodemn/m3_lightmeter_resources"
ref: v1.2.0 ref: v2.0.0
shared_preferences: 2.2.0 shared_preferences: 2.2.0
dev_dependencies: dev_dependencies:

View file

@ -30,11 +30,11 @@ dependencies:
m3_lightmeter_iap: m3_lightmeter_iap:
git: git:
url: "https://github.com/vodemn/m3_lightmeter_iap" url: "https://github.com/vodemn/m3_lightmeter_iap"
ref: v0.11.1 ref: v1.0.0
m3_lightmeter_resources: m3_lightmeter_resources:
git: git:
url: "https://github.com/vodemn/m3_lightmeter_resources" url: "https://github.com/vodemn/m3_lightmeter_resources"
ref: v1.4.0 ref: v2.0.0
material_color_utilities: 0.5.0 material_color_utilities: 0.5.0
package_info_plus: 4.2.0 package_info_plus: 4.2.0
permission_handler: 10.4.3 permission_handler: 10.4.3
@ -63,10 +63,6 @@ dev_dependencies:
test: 1.24.3 test: 1.24.3
dependency_overrides: dependency_overrides:
m3_lightmeter_resources:
git:
url: "https://github.com/vodemn/m3_lightmeter_resources"
ref: v1.4.0
material_color_utilities: 0.11.1 material_color_utilities: 0.11.1
flutter: flutter: