Version 0.0.10 and version fix for gradle

This commit is contained in:
estevez 2018-09-21 00:57:30 +03:00
parent 8eac41b633
commit 47ef27258c
3 changed files with 5 additions and 5 deletions

View File

@ -39,8 +39,8 @@ android {
applicationId "com.keyboardcrumbs.haclient"
minSdkVersion 16
targetSdkVersion 27
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionCode 15
versionName "0.0.10-alpha1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -13,7 +13,7 @@ part 'data_model.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.0.8";
const appVersion = "0.0.10-alpha1";
void main() => runApp(new HassClientApp());
@ -330,7 +330,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
new AboutListTile(
applicationName: appName,
applicationVersion: appVersion,
applicationLegalese: "Keyboard Crumbs",
applicationLegalese: "Keyboard Crumbs | www.keyboardcrumbs.io",
)
],
),

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.0.8
version: 0.0.10-alpha1
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"