Skip to content

Commit

Permalink
Update build tools to 23.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Feb 4, 2016
1 parent 184226c commit 25754b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/admob/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.google.samples.quickstart.admobexample"
Expand Down
2 changes: 1 addition & 1 deletion android/app-indexing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.google.developers.app_indexing.quickstart"
Expand Down
2 changes: 1 addition & 1 deletion android/appinvites/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.google.android.gms.samples.appinvite"
Expand Down
2 changes: 1 addition & 1 deletion android/gcm/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "gcm.play.android.samples.com.gcmquickstart"
Expand Down
2 changes: 1 addition & 1 deletion android/signin/app-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.google.samples.quickstart.signin"
Expand Down
2 changes: 1 addition & 1 deletion android/signin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.google.samples.quickstart.signin"
Expand Down

0 comments on commit 25754b2

Please sign in to comment.