File tree Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ android {
80
80
applicationId = packageName
81
81
minSdk = 21
82
82
targetSdk = 35
83
- versionCode = 10009740
84
- versionName = " 0.9.74 ra "
83
+ versionCode = 10009750
84
+ versionName = " 0.9.75 ev "
85
85
ndk {
86
86
abiFilters.addAll(arrayOf(" armeabi-v7a" , " arm64-v8a" , " x86_64" ))
87
87
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import 'dart:io';
18
18
19
19
class Constants {
20
20
static const String no_h = 'assets/images/h_long.jpg' ;
21
- static String tagName = "0.9.74 " ;
21
+ static String tagName = "0.9.75 " ;
22
22
static const isGooglePlay =
23
23
bool .fromEnvironment ("IS_GOOGLEPLAY" , defaultValue: false );
24
24
static int type = 0 ;
Original file line number Diff line number Diff line change @@ -637,10 +637,10 @@ packages:
637
637
dependency: transitive
638
638
description:
639
639
name: flutter_rust_bridge
640
- sha256: "5a5c7a5deeef2cc2ffe6076a33b0429f4a20ceac22a397297aed2b1eb067e611 "
640
+ sha256: "37ef40bc6f863652e865f0b2563ea07f0d3c58d8efad803cc01933a4b2ee067e "
641
641
url: "https://pub.dev"
642
642
source: hosted
643
- version: "2.9.0 "
643
+ version: "2.11.1 "
644
644
flutter_svg:
645
645
dependency: transitive
646
646
description:
@@ -1375,12 +1375,11 @@ packages:
1375
1375
rhttp:
1376
1376
dependency: "direct main"
1377
1377
description:
1378
- path: rhttp
1379
- ref: main
1380
- resolved-ref: "158bc194eaefccc54ffe9ecb0e4b5f38d551a5e4"
1381
- url: "https://github.com/Tienisto/rhttp.git"
1382
- source: git
1383
- version: "0.11.1"
1378
+ name: rhttp
1379
+ sha256: e8f0a8756a931598b7d9c4107a4afe93c2b81cbf8c45e532ba9dc52e12bbaa35
1380
+ url: "https://pub.dev"
1381
+ source: hosted
1382
+ version: "0.13.0"
1384
1383
riverpod:
1385
1384
dependency: transitive
1386
1385
description:
Original file line number Diff line number Diff line change @@ -74,11 +74,7 @@ dependencies:
74
74
# Desktop Support
75
75
flutter_acrylic : ^1.1.4
76
76
window_manager : ^0.4.3
77
- rhttp :
78
- git :
79
- url : https://github.com/Tienisto/rhttp.git
80
- path : rhttp
81
- ref : main
77
+ rhttp : ^0.13.0
82
78
dio_compatibility_layer : ^0.1.0
83
79
flutter_cache_manager_dio : ^4.0.0
84
80
file_picker : ^9.0.0
You can’t perform that action at this time.
0 commit comments