From f797af22aedff07c35882802e17e8aa216a9fa1a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 21 Aug 2018 17:57:10 -0700 Subject: [PATCH] Update version --- android/app/build.gradle | 4 ++-- lib/constants.dart | 2 +- pubspec.lock | 7 ------- pubspec.yaml | 4 ++-- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 25de7cca0..66bf26dc2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "com.invoiceninja.invoiceninja_flutter" minSdkVersion 16 targetSdkVersion 27 - versionCode 7 - versionName "0.1.5" + versionCode 8 + versionName "0.1.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/lib/constants.dart b/lib/constants.dart index 193139490..110574916 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,7 +1,7 @@ import 'package:flutter/material.dart'; // This version must be updated in tandem with the pubspec version. -const String kAppVersion = '0.1.5'; +const String kAppVersion = '0.1.6'; const String kSharedPrefEmail = 'email'; const String kSharedPrefUrl = 'url'; diff --git a/pubspec.lock b/pubspec.lock index 7059c11a2..a99444db9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -155,13 +155,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "5.0.1" - firebase_auth: - dependency: "direct main" - description: - name: firebase_auth - url: "https://pub.dartlang.org" - source: hosted - version: "0.5.19" fixnum: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 85237efc7..437fc7fbf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Mobile app for Invoice Ninja -version: 0.1.5 +version: 0.1.6 author: Hillel Coren homepage: https://www.invoiceninja.com documentation: http://docs.invoiceninja.com @@ -26,7 +26,7 @@ dependencies: flutter_pdf_viewer: ^0.0.2 #flutter_html_view: ^0.5.2 google_sign_in: ^3.0.4 - firebase_auth: ^0.5.19 + #firebase_auth: ^0.5.19 dev_dependencies: flutter_driver: