Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 10, 2021
1 parent 4a1fda1 commit ac1637f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tzolkin.Android/Properties/AndroidManifest.xml
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="6" android:versionName="0.9.6" package="com.RC.Tzolkin" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="7" android:versionName="0.9.7" package="com.RC.Tzolkin" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Tzolkin" android:icon="@drawable/icon"></application>
</manifest>
2 changes: 1 addition & 1 deletion src/Tzolkin/Tzolkin.fs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module TzolkinApp =
XamarinFormsProgram.mkProgram init update View.view
|> Program.withConsoleTrace
#else
let program = XamarinFormsProgram.mkProgram init update view
let program = XamarinFormsProgram.mkProgram init update View.view
#endif


Expand Down
2 changes: 1 addition & 1 deletion src/Tzolkin/View.fs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ open Xamarin.Forms
open Xamarin.Essentials


/// Holds the view `View` of MVU. The app's pages.
/// Holds the view `view` of MVU. The app's pages.
[<AutoOpen>]
module View =

Expand Down

0 comments on commit ac1637f

Please sign in to comment.