From 3d03d6c9ba1713c19ba3e9fec4dbccea17762514 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Tue, 5 Feb 2019 05:39:23 +0800 Subject: [PATCH] [android] Upgrade gradle plugin 3.3.0 (#180) --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- example/android/build.gradle | 2 +- example/ios/Flutter/Debug.xcconfig | 1 + example/ios/Flutter/Release.xcconfig | 1 + pubspec.yaml | 2 +- 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49341562..45745578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2+1 +* Upgrade Android Gradle plugin to 3.3.0 +* Refresh iOS build files + ## 0.4.2 * Set the verbosity of log messages with `setLogLevel` * Updated iOS and Android project files diff --git a/android/build.gradle b/android/build.gradle index 160dee3c..e972be60 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.0' classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.7' } } diff --git a/example/android/build.gradle b/example/android/build.gradle index bb8a3038..541636cc 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.0' } } diff --git a/example/ios/Flutter/Debug.xcconfig b/example/ios/Flutter/Debug.xcconfig index 592ceee8..e8efba11 100644 --- a/example/ios/Flutter/Debug.xcconfig +++ b/example/ios/Flutter/Debug.xcconfig @@ -1 +1,2 @@ +#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" #include "Generated.xcconfig" diff --git a/example/ios/Flutter/Release.xcconfig b/example/ios/Flutter/Release.xcconfig index 592ceee8..399e9340 100644 --- a/example/ios/Flutter/Release.xcconfig +++ b/example/ios/Flutter/Release.xcconfig @@ -1 +1,2 @@ +#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" #include "Generated.xcconfig" diff --git a/pubspec.yaml b/pubspec.yaml index 839f3c7c..6894c921 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_blue description: Bluetooth plugin for Flutter -version: 0.4.2 +version: 0.4.2+1 author: Paul DeMarco homepage: https://github.com/pauldemarco/flutter_blue