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

Commit ea3623c

Browse files
authored
Update build tools version (#20)
1 parent 22ee2a0 commit ea3623c

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,3 +1,7 @@
1+
## [0.3.3] - 2017-05-05
2+
3+
* Change to buildToolsVersion
4+
15
## [0.3.2] - 2017-05-04
26

37
* Change to README.md

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.2
3+
version: 0.3.3
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)