Skip to content

Commit

Permalink
increasing version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tavarez committed Jan 24, 2022
1 parent bd1f491 commit 1de8f14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions GrinPlusPlus/GrinPlusPlus.Android/GrinPlusPlus.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="lib\arm64\" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\baseline_self_improvement_white_24.png" />
</ItemGroup>
Expand Down Expand Up @@ -825,7 +827,7 @@
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties XamarinHotReloadDebuggerTimeoutExceptionGrinPlusPlusAndroidHideInfoBar="True" TriggeredFromHotReload="False" />
<UserProperties TriggeredFromHotReload="False" XamarinHotReloadDebuggerTimeoutExceptionGrinPlusPlusAndroidHideInfoBar="True" />
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="5" android:versionName="0.3.0" android:installLocation="internalOnly" package="com.grinplusplus.mobile">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="5" android:versionName="0.3.1" android:installLocation="internalOnly" package="com.grinplusplus.mobile">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
Expand Down
2 changes: 1 addition & 1 deletion GrinPlusPlus/GrinPlusPlus/Views/LoginPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<TapGestureRecognizer Command="{prism:NavigateTo 'RestoreWalletPage', UseModalNavigation=False, Animated=True}" />
</Frame.GestureRecognizers>
</Frame>
<Label Grid.Row="3" HorizontalOptions="Center" Text="Grin++ v0.3.0 (node v1.2.7)"
<Label Grid.Row="3" HorizontalOptions="Center" Text="Grin++ v0.3.1 (node v1.2.7)"
TextColor="#333333" VerticalOptions="End" />
</Grid>
</ContentPage.Content>
Expand Down
2 changes: 1 addition & 1 deletion GrinPlusPlus/GrinPlusPlus/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
FontSize="Body"
Text="{x:Static resource:AppResources.BackupWallet}"
VerticalOptions="Center" />
<Label Grid.Row="10" Grid.ColumnSpan="2" HorizontalOptions="Center" Text="Grin++ v0.3.0 (node v1.2.7)"
<Label Grid.Row="10" Grid.ColumnSpan="2" HorizontalOptions="Center" Text="Grin++ v0.3.1 (node v1.2.7)"
TextColor="#333333" VerticalOptions="End" Margin="20" />
</Grid>
</ContentPage.Content>
Expand Down

0 comments on commit 1de8f14

Please sign in to comment.