Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file modified android/dist/titanium_google_plus.jar
Binary file not shown.
Binary file added android/lib/google-play-services-base.jar
Binary file not shown.
Binary file added android/lib/google-play-services-identity.jar
Binary file not shown.
Binary file added android/lib/google-play-services-plus.jar
Binary file not shown.
Binary file removed android/lib/google-play-services.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.5.0
version: 1.5.1
apiversion: 2
description: titanium_google_plus
author: Your Name
Expand Down
5 changes: 0 additions & 5 deletions android/timodule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
<manifest>
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />

<application>
<meta-data android:name="com.google.android.gms.version"
android:value="4132500" />
</application>
</manifest>

</android>
Expand Down