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

Commit 7d65cc7

Browse files
authored
Merge pull request #27 from flutter/buildtools
Update all plugins to use Android SDK Build Tools 25.0.3
2 parents fb613f9 + c572faf commit 7d65cc7

File tree

12 files changed

+21
-9
lines changed

12 files changed

+21
-9
lines changed

packages/path-provider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.3] - 2017-05-09
2+
3+
* Upgrade Android SDK Build Tools to 25.0.3.
4+
15
## [0.1.2] - 2017-05-08
26

37
* Add test.

packages/path-provider/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/path-provider/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
1616

1717
android {
1818
compileSdkVersion 25
19-
buildToolsVersion '25.0.2'
19+
buildToolsVersion '25.0.3'
2020

2121
lintOptions {
2222
disable 'InvalidPackage'

packages/path-provider/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: path_provider
22

3-
version: 0.1.2
3+
version: 0.1.3
44
description: A Flutter plugin for getting commonly used locations on the filesystem.
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/flutter/plugins
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.1] - 2017-05-09
2+
3+
* Upgrade Android SDK Build Tools to 25.0.3.
4+
15
## [0.1.0] - 2017-05-05
26

37
* Initial Open Source release.

packages/shared-preferences/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/shared-preferences/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
1616

1717
android {
1818
compileSdkVersion 25
19-
buildToolsVersion '25.0.2'
19+
buildToolsVersion '25.0.3'
2020

2121
lintOptions {
2222
disable 'InvalidPackage'

packages/shared-preferences/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shared_preferences
22

3-
version: 0.1.0
3+
version: 0.1.1
44
description: A Flutter plugin for reading and writing simple key-value pairs
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/flutter/plugins

packages/url-launcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.1] - 2017-05-09
2+
3+
* Upgrade Android SDK Build Tools to 25.0.3.
4+
15
## [0.4.0] - 2017-05-09
26

37
* Upgrade to new plugin registration.

packages/url-launcher/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.2'
24+
buildToolsVersion '25.0.3'
2525

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

0 commit comments

Comments
 (0)