Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a591597

Browse files
authored
update buildtools (#46)
1 parent dc93097 commit a591597

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/firebase_auth/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
2121

2222
android {
2323
compileSdkVersion 25
24-
buildToolsVersion '25.0.0'
24+
buildToolsVersion '25.0.3'
2525

2626
defaultConfig {
2727
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

packages/firebase_database/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
2121

2222
android {
2323
compileSdkVersion 25
24-
buildToolsVersion '25.0.0'
24+
buildToolsVersion '25.0.3'
2525

2626
defaultConfig {
2727
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

packages/firebase_messaging/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
2121

2222
android {
2323
compileSdkVersion 25
24-
buildToolsVersion '25.0.0'
24+
buildToolsVersion '25.0.3'
2525

2626
defaultConfig {
2727
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

packages/firebase_storage/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
2121

2222
android {
2323
compileSdkVersion 25
24-
buildToolsVersion '25.0.0'
24+
buildToolsVersion '25.0.3'
2525

2626
defaultConfig {
2727
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

packages/image_picker/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'com.android.library'
2222

2323
android {
2424
compileSdkVersion 25
25-
buildToolsVersion '25.0.0'
25+
buildToolsVersion '25.0.3'
2626

2727
defaultConfig {
2828
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

packages/share/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
2121

2222
android {
2323
compileSdkVersion 25
24-
buildToolsVersion '25.0.0'
24+
buildToolsVersion '25.0.3'
2525

2626
defaultConfig {
2727
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)