Skip to content

Commit

Permalink
Fix build bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fomgleb committed Jan 1, 2023
1 parent f04c6f9 commit d01bd5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.keystore

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
6 changes: 1 addition & 5 deletions MyNotes/MyNotes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@
<FileVersion>0.1.0.0</FileVersion>
</PropertyGroup>

<!--<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-android|AnyCPU'">-->
<!--<PropertyGroup Condition="$(TargetFramework.Contains('-android')) and '$(Configuration)' == 'Release'">
<ApplicationDisplayVersion>0.1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationTitle>My Notes</ApplicationTitle>
<AndroidKeyStore>True</AndroidKeyStore>
<AndroidSingingKeyStore>myapp.keystore</AndroidSingingKeyStore>
<AndroidSingingKeyStore>..\mynotes.keystore</AndroidSingingKeyStore>
<AndroidSigningKeyAlias>key</AndroidSigningKeyAlias>
<AndroidSigningKeyPass></AndroidSigningKeyPass>
<AndroidSigningStorePass></AndroidSigningStorePass>
Expand Down

0 comments on commit d01bd5c

Please sign in to comment.