From 192501e6bb2afb3c22e2b10f41ae02f89213d65f Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Sat, 6 Nov 2021 18:06:05 +0530 Subject: [PATCH 1/4] Update pinput to a version that enables paste --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a2bd0a78d..08b459398 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 81672ff26..702f4c33f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 From 4c69c3a008df527d41f1833eace133b400692829 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Sat, 6 Nov 2021 18:10:25 +0530 Subject: [PATCH 2/4] v0.3.45 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 702f4c33f..5c6d7410a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.44+254 +version: 0.3.45+255 environment: sdk: ">=2.10.0 <3.0.0" From 19daaf5c03498fef8627d660d14e8cc58d95c04b Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Sat, 6 Nov 2021 18:20:17 +0530 Subject: [PATCH 3/4] Update targetSdkVersion to 30 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8d7b0ee75..3310e261b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" From ae57b32d4496b495de443c8ec95e5737d740af58 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Sat, 6 Nov 2021 18:20:23 +0530 Subject: [PATCH 4/4] v0.3.46 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5c6d7410a..3affc190c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.46+256 environment: sdk: ">=2.10.0 <3.0.0"