Skip to content

Commit

Permalink
11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dandar3 committed Jul 29, 2017
1 parent 062aa24 commit c06406b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.google.firebase.database">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.google.firebase.database"
android:versionCode="1102"
android:versionName="11.0.2">
<uses-sdk android:minSdkVersion="14"/>
</manifest>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Eclipse library project based on:<br/>
- [dandar3/android-google-play-services-basement](https://github.com/dandar3/android-google-play-services-basement/tree/11.0.2)
- [dandar3/android-google-play-services-tasks](https://github.com/dandar3/android-google-play-services-tasks/tree/11.0.2)

**References:**
**References:**
- https://firebase.google.com/docs/database/
- https://firebase.google.com/support/release-notes/android#20170629
- https://developers.google.com/android/guides/releases#june_2017_-_version_110

Expand Down

0 comments on commit c06406b

Please sign in to comment.