Update version

This commit is contained in:
Hillel Coren 2018-08-21 17:57:10 -07:00
parent a04a75792b
commit f797af22ae
4 changed files with 5 additions and 12 deletions

View File

@ -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"
}

View File

@ -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';

View File

@ -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:

View File

@ -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: