File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"iOS" : {
3
- "versionName" : " 1.5.1 " ,
4
- "versionCode" : " 11 "
3
+ "versionName" : " 1.5.2 " ,
4
+ "versionCode" : " 12 "
5
5
},
6
6
"Android" : {
7
7
"versionName" : " 1.5.1" ,
8
- "versionCode" : " 11 "
8
+ "versionCode" : " 12 "
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ class NetUtils {
11
11
_dio = new Dio (BaseOptions (
12
12
connectTimeout: 30000 , receiveTimeout: 30000 , sendTimeout: 30000 ));
13
13
if (! inProduction) {
14
- /// Tcyun
15
- dio.interceptors.add (TcyunInterceptor ());
16
-
17
14
/// Log
18
15
dio.interceptors
19
16
.add (LogInterceptor (requestBody: true , responseBody: true ));
20
17
}
18
+
19
+ /// Tcyun Interceptor
20
+ dio.interceptors.add (TcyunInterceptor ());
21
21
}
22
22
23
23
Dio get dio => _dio;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 1.5.1+11
18
+ version : 1.5.2+12
19
19
20
20
environment :
21
21
sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments