Skip to content

Commit f6364d6

Browse files
committed
Automated update
1 parent 16ee1d0 commit f6364d6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Adding dependency to pubspec.yaml
1414

1515
```
1616
dependencies:
17-
google_youtubeanalytics_v1_api: '>=0.4.12'
17+
google_youtubeanalytics_v1_api: '>=0.4.13'
1818
```
1919

2020
For web applications:

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"PoXr25DWmmN6KaMjdGmecv0bPt8/Bu-EyG-olBWjKSwf5NrgtWtFq0I"
1+
"C11OM5Qtr9122-scy_WeqND9D3o/Bu-EyG-olBWjKSwf5NrgtWtFq0I"

lib/src/client_base.dart

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ abstract class ClientBase {
4444
..write(content)
4545
..write(_closeDelim);
4646

47+
queryParams["uploadType"] = "multipart";
48+
4749
return request(requestUrl, method, body: multiPartBody.toString(), contentType: "multipart/mixed; boundary=\"$_boundary\"", urlParams: urlParams, queryParams: queryParams);
4850
}
4951

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: google_youtubeanalytics_v1_api
2-
version: 0.4.12
2+
version: 0.4.13
33
authors:
44
- Adam Singer <[email protected]>
55
- Gerwin Sturm <[email protected]>
@@ -9,6 +9,6 @@ homepage: https://github.com/dart-gde/discovery_api_dart_client_generator
99
environment:
1010
sdk: '>=1.0.0 <2.0.0'
1111
dependencies:
12-
google_oauth2_client: '>=0.3.2'
12+
google_oauth2_client: '>=0.3.2 <0.4.0'
1313
dev_dependencies:
1414
hop: '>=0.30.2 <0.31.0'

0 commit comments

Comments
 (0)