From a79c21965bb98163cb27e71bf2a8b2cf33f639df Mon Sep 17 00:00:00 2001 From: Aman Khan Date: Thu, 24 Dec 2020 21:26:57 +0530 Subject: [PATCH] Yammerly Version 1.6.0 --- android/app/build.gradle | 4 ++-- pubspec.lock | 38 +++++++++++++++++++------------------- pubspec.yaml | 4 ++-- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5f3a041..40a7434 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,12 +13,12 @@ if (flutterRoot == null) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '8' + flutterVersionCode = '12' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.4' + flutterVersionName = '1.6' } apply plugin: 'com.android.application' diff --git a/pubspec.lock b/pubspec.lock index 2be68ce..7e1fe37 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -35,7 +35,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.5.0-nullsafety.1" + version: "2.4.2" auto_size_text: dependency: transitive description: @@ -49,7 +49,7 @@ packages: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.1" + version: "2.0.0" cached_network_image: dependency: "direct main" description: @@ -77,21 +77,21 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.3" + version: "1.0.0" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety.1" + version: "1.1.3" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.1" + version: "1.0.1" cloud_firestore: dependency: "direct main" description: @@ -119,7 +119,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0-nullsafety.3" + version: "1.14.13" convert: dependency: transitive description: @@ -182,7 +182,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety.1" + version: "1.1.0" file: dependency: transitive description: @@ -561,14 +561,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.10-nullsafety.1" + version: "0.12.8" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.3" + version: "1.1.8" mime: dependency: transitive description: @@ -603,7 +603,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0-nullsafety.1" + version: "1.7.0" path_drawing: dependency: transitive description: @@ -818,7 +818,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0-nullsafety.2" + version: "1.7.0" sqflite: dependency: transitive description: @@ -839,21 +839,21 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0-nullsafety.1" + version: "1.9.5" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.1" + version: "2.0.0" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety.1" + version: "1.0.5" string_validator: dependency: "direct main" description: @@ -881,14 +881,14 @@ packages: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0-nullsafety.1" + version: "1.1.0" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.19-nullsafety.2" + version: "0.2.17" timeago: dependency: "direct main" description: @@ -916,7 +916,7 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.3" + version: "1.2.0" usage: dependency: transitive description: @@ -937,7 +937,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety.3" + version: "2.0.8" velocity_x: dependency: "direct main" description: @@ -988,5 +988,5 @@ packages: source: hosted version: "0.1.3" sdks: - dart: ">=2.10.0-110 <2.11.0" + dart: ">=2.9.0-14.0.dev <3.0.0" flutter: ">=1.18.0-6.0.pre <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index ea8af4b..f98d75e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: techstagram -description: A new Flutter application. +description: A Social Application. # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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.3.0 +version: 1.6.0 environment: sdk: ">=2.7.0 <3.0.0"