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

Commit 46639e0

Browse files
committed
Update buildToolsVersion
1 parent aee4bc8 commit 46639e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/url-launcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [0.3.1] - 2017-05-01
22

3+
* Change to buildToolsVersion
4+
5+
## [0.3.1] - 2017-05-01
6+
37
* Change to README.md
48

59
## [0.3.0] - 2017-04-27

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.0'
24+
buildToolsVersion '25.0.2'
2525

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

packages/url-launcher/pubspec.yaml

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

3-
version: 0.3.1
3+
version: 0.3.2
44
description: A Flutter plugin for launching a URL
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/flutter/plugins

0 commit comments

Comments
 (0)