Update version
This commit is contained in:
parent
a04a75792b
commit
f797af22ae
|
|
@ -30,8 +30,8 @@ android {
|
||||||
applicationId "com.invoiceninja.invoiceninja_flutter"
|
applicationId "com.invoiceninja.invoiceninja_flutter"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "0.1.5"
|
versionName "0.1.6"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
// This version must be updated in tandem with the pubspec version.
|
// 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 kSharedPrefEmail = 'email';
|
||||||
const String kSharedPrefUrl = 'url';
|
const String kSharedPrefUrl = 'url';
|
||||||
|
|
|
||||||
|
|
@ -155,13 +155,6 @@ packages:
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.0.1"
|
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:
|
fixnum:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: invoiceninja_flutter
|
name: invoiceninja_flutter
|
||||||
description: Mobile app for Invoice Ninja
|
description: Mobile app for Invoice Ninja
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
author: Hillel Coren
|
author: Hillel Coren
|
||||||
homepage: https://www.invoiceninja.com
|
homepage: https://www.invoiceninja.com
|
||||||
documentation: http://docs.invoiceninja.com
|
documentation: http://docs.invoiceninja.com
|
||||||
|
|
@ -26,7 +26,7 @@ dependencies:
|
||||||
flutter_pdf_viewer: ^0.0.2
|
flutter_pdf_viewer: ^0.0.2
|
||||||
#flutter_html_view: ^0.5.2
|
#flutter_html_view: ^0.5.2
|
||||||
google_sign_in: ^3.0.4
|
google_sign_in: ^3.0.4
|
||||||
firebase_auth: ^0.5.19
|
#firebase_auth: ^0.5.19
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_driver:
|
flutter_driver:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue