Skip to content

Commit 29f3d08

Browse files
committed
android 0.9.75
1 parent 8dd5830 commit 29f3d08

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
applicationId = packageName
8181
minSdk = 21
8282
targetSdk = 35
83-
versionCode = 10009740
84-
versionName = "0.9.74 ra"
83+
versionCode = 10009750
84+
versionName = "0.9.75 ev"
8585
ndk {
8686
abiFilters.addAll(arrayOf("armeabi-v7a", "arm64-v8a", "x86_64"))
8787
}

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'dart:io';
1818

1919
class Constants {
2020
static const String no_h = 'assets/images/h_long.jpg';
21-
static String tagName = "0.9.74";
21+
static String tagName = "0.9.75";
2222
static const isGooglePlay =
2323
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
2424
static int type = 0;

pubspec.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -637,10 +637,10 @@ packages:
637637
dependency: transitive
638638
description:
639639
name: flutter_rust_bridge
640-
sha256: "5a5c7a5deeef2cc2ffe6076a33b0429f4a20ceac22a397297aed2b1eb067e611"
640+
sha256: "37ef40bc6f863652e865f0b2563ea07f0d3c58d8efad803cc01933a4b2ee067e"
641641
url: "https://pub.dev"
642642
source: hosted
643-
version: "2.9.0"
643+
version: "2.11.1"
644644
flutter_svg:
645645
dependency: transitive
646646
description:
@@ -1375,12 +1375,11 @@ packages:
13751375
rhttp:
13761376
dependency: "direct main"
13771377
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"
13841383
riverpod:
13851384
dependency: transitive
13861385
description:

pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ dependencies:
7474
# Desktop Support
7575
flutter_acrylic: ^1.1.4
7676
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
8278
dio_compatibility_layer: ^0.1.0
8379
flutter_cache_manager_dio: ^4.0.0
8480
file_picker: ^9.0.0

0 commit comments

Comments
 (0)