Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
Change-Id: I6245c685c538b37fe2afe5b053e84ddb6afdcc0c
  • Loading branch information
samtstern committed Aug 22, 2016
1 parent 9a11b79 commit 91b9a11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For convenience, here are some examples:

| FirebaseUI Version | Firebase/Play Services Version |
|--------------------|--------------------------------|
| 0.5.0 | 9.4.0 |
| 0.5.1 | 9.4.0 |
| 0.4.4 | 9.4.0 |
| 0.4.3 | 9.2.1 |
| 0.4.2 | 9.2.0 |
Expand Down
4 changes: 2 additions & 2 deletions auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gradle, add:
```
dependencies {
// ...
compile 'com.firebaseui:firebase-ui-auth:0.5.0'
compile 'com.firebaseui:firebase-ui-auth:0.5.1'
}
```

Expand All @@ -54,7 +54,7 @@ If instead your project uses Maven, add:
<dependency>
<groupId>com.firebaseui</groupId>
<artifactId>firebase-ui-auth</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PlayServicesHelper {
private static final String TAG = "PlayServicesHelper";

@VisibleForTesting
public static GoogleApiAvailability sApiAvailability;
public static GoogleApiAvailability sApiAvailability = GoogleApiAvailability.getInstance();

private final Context mContext;

Expand Down
2 changes: 1 addition & 1 deletion common/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project.ext.support_library_version = '23.4.0'

project.ext.submodules = ['database', 'auth']
project.ext.group = "com.firebaseui"
project.ext.version = '0.5.0'
project.ext.version = '0.5.1'
project.ext.pomdesc = 'Firebase UI Android'
project.ext.buildtools = '23.0.3'
project.ext.compileSdk = 23
Expand Down

0 comments on commit 91b9a11

Please sign in to comment.