Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3bb4691

Browse files
committed
bump versions
1 parent 978d088 commit 3bb4691

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ matrix:
5656
sources:
5757
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
5858
packages:
59-
- lib32stdc++6
59+
- lib32stdc++6 # https://github.com/flutter/flutter/issues/6207
6060
- libstdc++6
6161
- fonts-droid
6262
before_script:
@@ -65,8 +65,8 @@ matrix:
6565
- unzip -qq sdk-tools-linux-3859397.zip -d android-sdk
6666
- export ANDROID_HOME=`pwd`/android-sdk
6767
- export PATH=`pwd`/android-sdk/tools/bin:$PATH
68-
- mkdir -p /home/travis/.android # silence warning
69-
- echo 'count=0' > /home/travis/.android/repositories.cfg # silence warning
68+
- mkdir -p /home/travis/.android # silence sdkmanager warning
69+
- echo 'count=0' > /home/travis/.android/repositories.cfg # silence sdkmanager warning
7070
- echo y | sdkmanager "tools"
7171
- echo y | sdkmanager "platform-tools"
7272
- echo y | sdkmanager "build-tools;25.0.3"

packages/firebase_auth/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.5
1+
## 0.1.0
22

33
* Updated to Firebase SDK Version 11.0.1
44
* **Breaking Change**: You need to add a maven section with the "https://maven.google.com" endpoint to the repository section of your `android/build.gradle`. For example:

packages/firebase_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: firebase_auth
33
description: Firebase Auth plugin for Flutter.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth
6-
version: 0.0.5
6+
version: 0.1.0
77

88
flutter:
99
plugin:

packages/google_sign_in/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.1
1+
## 0.2.0
22

33
* Updated dependencies
44
* **Breaking Change**: You need to add a maven section with the "https://maven.google.com" endpoint to the repository section of your `android/build.gradle`. For example:

packages/google_sign_in/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: google_sign_in
33
description: Google Sign-In plugin for Flutter.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in
6-
version: 0.1.1
6+
version: 0.2.0
77

88
flutter:
99
plugin:

packages/image_picker/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.4
1+
## 0.1.0
22

33
* Updated dependencies
44
* **Breaking Change**: You need to add a maven section with the "https://maven.google.com" endpoint to the repository section of your `android/build.gradle`. For example:

packages/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: image_picker
33
description: Flutter plugin that shows an image picker.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker
6-
version: 0.0.4
6+
version: 0.1.0
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)