Skip to content

Commit

Permalink
Version 7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstoeckli committed Jul 20, 2024
1 parent dd98cfa commit 293b5db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SilentNotes version 7.3.3

* Targeting Android 14, to comply with the newest Android requirements.
* Targeting Android 14, to comply with the newest Android requirements (only Android).
* Migration from Newtonsoft.Json to System.Text.Json (Flurl 4.0.2)
* Added Murena as online storage provider.
* Editor now stays readonly as long as the startup synchronization is running, to avoid interferences.
2 changes: 1 addition & 1 deletion src/SilentNotes.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="65" package="ch.martinstoeckli.silentnotes" android:installLocation="internalOnly" android:versionName="7.3.3">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="68" package="ch.martinstoeckli.silentnotes" android:installLocation="internalOnly" android:versionName="7.3.3">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 293b5db

Please sign in to comment.