@positron-js/cli 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
using Android.Content;
|
|
3
3
|
using Android.Content.PM;
|
|
4
4
|
using Android.OS;
|
|
5
|
-
using
|
|
5
|
+
using NeuroSpeech.Positron;
|
|
6
6
|
|
|
7
7
|
namespace PositronApp;
|
|
8
8
|
|
|
@@ -50,7 +50,7 @@ namespace PositronApp;
|
|
|
50
50
|
MainLauncher = true,
|
|
51
51
|
Exported = true,
|
|
52
52
|
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
|
|
53
|
-
public class MainActivity :
|
|
53
|
+
public class MainActivity : PositronMainActivity
|
|
54
54
|
{
|
|
55
55
|
protected override void OnCreate(Bundle savedInstanceState)
|
|
56
56
|
{
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
</PropertyGroup>
|
|
53
53
|
|
|
54
54
|
<ItemGroup>
|
|
55
|
-
<PackageReference Include="NeuroSpeech.Positron" Version="1.2.
|
|
55
|
+
<PackageReference Include="NeuroSpeech.Positron" Version="1.2.14"/>
|
|
56
56
|
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.80"/>
|
|
57
57
|
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.80"/>
|
|
58
58
|
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.80" />
|