Fixed launch bug related to Android 4.0.1 gradle plugin
This commit is contained in:
parent
01afccc78c
commit
9c6340b2c3
3 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.0.0+3
|
||||
* Fixed launch bug
|
||||
## 1.0.0+3 and 1.0.0+4
|
||||
* Fixed launch bug related to Android 4.0.1 gradle plugin
|
||||
|
||||
## 1.0.0+2
|
||||
* Automatic refresh history if something has been uploaded
|
||||
|
|
|
@ -5,7 +5,9 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
// TODO switch to 4.0.1 again: https://github.com/flutter/flutter/issues/58479
|
||||
// TODO switch to 4.0.1 again: https://github.com/miguelpruivo/flutter_file_picker/issues/545
|
||||
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ description: A mobile client for FileBin.
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+3
|
||||
version: 1.0.0+4
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue