Merge branch 'master' into prompt_auto_fill
This commit is contained in:
commit
c58ae2240a
3 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "io.ente.photos"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
@ -812,7 +812,7 @@ packages:
|
|||
name: pinput
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.2.0"
|
||||
version: "1.2.2"
|
||||
platform:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -11,7 +11,7 @@ description: ente photos application
|
|||
# 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: 0.3.45+255
|
||||
version: 0.3.47+257
|
||||
|
||||
environment:
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
|
@ -80,7 +80,7 @@ dependencies:
|
|||
photo_view: ^0.12.0
|
||||
pie_chart:
|
||||
git: "https://github.com/apgapg/pie_chart.git"
|
||||
pinput: ^1.2.0
|
||||
pinput: ^1.2.2
|
||||
provider: ^6.0.0
|
||||
quiver: ^3.0.1
|
||||
receive_sharing_intent: ^1.4.5
|
||||
|
|
Loading…
Add table
Reference in a new issue