## 1.4.3+1

Updates dependencies
This commit is contained in:
Miguel Ruivo 2019-12-18 10:49:02 +00:00
parent c99e22e958
commit b68ee11c6a
9 changed files with 19 additions and 14 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ GeneratedPluginRegistrant.java
build/
.flutter-plugins
example/ios/Flutter/flutter_export_environment.sh
example/.flutter-plugins-dependencies

View File

@ -1,3 +1,7 @@
## 1.4.3+2
Updates dependencies.
## 1.4.3+1
Removes checked flutter_export_environment.sh from example app.

View File

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.3.0'
}
}
@ -31,8 +31,8 @@ android {
lintOptions {
disable 'InvalidPackage'
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
dependencies {
implementation 'androidx.core:core:1.0.2'
implementation 'androidx.annotation:annotation:1.0.0'
}
}

View File

@ -1,3 +1 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M

View File

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
}
}
@ -32,4 +32,4 @@ subprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}

View File

@ -1 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true

View File

@ -1,6 +1,6 @@
#Thu Aug 29 13:24:58 WEST 2019
#Wed Dec 18 10:27:06 WET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

View File

@ -1,4 +1,4 @@
module github.com/miguelpruivo/plugins_flutter_file_picker/go
module github.com/miguelpruivo/flutter_file_picker/go
go 1.13

View File

@ -1,8 +1,7 @@
name: file_picker
description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
author: Miguel Ruivo <miguel@miguelruivo.com>
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
version: 1.4.3+1
version: 1.4.3+2
dependencies:
flutter: