Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1 committed Oct 10, 2023
1 parent ed36473 commit 6604195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SMS Import / Export is available from [Github](https://github.com/tmo1/sms-ie).

## Compatibility

Current versions of SMS Import / Export should run on any Android (phone-like) device running KitKat / 4.4 (API level 19) or later, although importing messages and scheduled message export are only possible on devices running Marshmallow / 6.0 (API level 23) or later.
Current versions of SMS Import / Export should run on any Android (phone-like) device running KitKat / 4.4 (API level 19) or later, although message import and scheduled message export are only possible on devices running Marshmallow / 6.0 (API level 23) or later.

The app is tested primarily on stock Android and [LineageOS](https://lineageos.org/), but should generally run on other versions of Android as well.

Expand Down
8 changes: 5 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- Ask to become default SMS app when importing or wiping messages
- The app now asks to become the default SMS app when importing or wiping messages

- The app now runs, with most functionality available, on API level 19 (KitKat / 4.4) or later, although message import and scheduled message export still require API level 23 (Marshmallow / 6.0) or later

- Improved logging (particularly in debug builds)

- Smaller APK size (due to R8 shrinking)
- Smaller APK size (of release builds, due to R8 shrinking)

- The app now runs, with most functionality available, on API level 19 (KitKat / 4.4) or later, although message import still requires API level 23 (Marshmallow / 6.0) or later
- Updated Gradle configuration and dependencies

0 comments on commit 6604195

Please sign in to comment.