Version 0.0.10 and version fix for gradle
This commit is contained in:
parent
8eac41b633
commit
47ef27258c
@ -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"
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
)
|
||||
],
|
||||
),
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user