Skip to content

Commit

Permalink
Merge pull request apache#305 from alibaba/android-gradle-offline
Browse files Browse the repository at this point in the history
Android gradle offline
  • Loading branch information
atomtong committed May 18, 2016
2 parents 369147d + f76a650 commit a4d2c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:support-annotations:23.1.1'
compile 'com.google.android.gms:play-services-appindexing:8.1.0'
//compile 'com.google.android.gms:play-services-appindexing:8.1.0'
}
6 changes: 3 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
ATTENTION: This was auto-generated to add Google Play services to your project for
App Indexing. See https://g.co/AppIndexing/AndroidStudio for more information.
-->
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
<!--<meta-data-->
<!--android:name="com.google.android.gms.version"-->
<!--android:value="@integer/google_play_services_version"/>-->

<activity
android:name=".SplashActivity"
Expand Down

0 comments on commit a4d2c0b

Please sign in to comment.