Skip to content

Commit

Permalink
Downgrade Play Services for Play Store
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Sep 27, 2014
1 parent c7a111a commit a31acbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<orderEntry type="library" exported="" name="gson-2.2.4" level="project" />
<orderEntry type="library" exported="" name="android-priority-jobqueue-1.1.2" level="project" />
<orderEntry type="library" exported="" name="okio-1.0.0" level="project" />
<orderEntry type="library" exported="" name="play-services-5.2.08" level="project" />
<orderEntry type="library" exported="" name="play-services-5.0.89" level="project" />
<orderEntry type="library" exported="" name="support-v4-20.0.0" level="project" />
<orderEntry type="library" exported="" name="commons-io-2.4" level="project" />
<orderEntry type="library" exported="" name="httpmime-4.3.5" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
dependencies {
compile 'com.android.support:support-v4:20.+'
compile 'com.android.support:support-v13:20.+'
compile 'com.google.android.gms:play-services:5.2.+'
compile 'com.google.android.gms:play-services:5.0.+'
compile 'commons-io:commons-io:2.4'
compile 'org.apache.httpcomponents:httpmime:4.3.+'
compile 'org.apache.httpcomponents:httpcore:4.3.+'
Expand Down

0 comments on commit a31acbc

Please sign in to comment.