Skip to content

Commit

Permalink
Update app metadata for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1 committed Nov 9, 2021
1 parent 37bc055 commit 5a39d5b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SMS Import / Export

SMS Import / Export is a simple Android app that imports and exports messages from and to JSON files. Root is not required. The current release is version 1.1.1.
SMS Import / Export is a simple Android app that imports and exports messages from and to JSON files. Root is not required. The current release is version 1.2.

Currently, both SMS and MMS messages are exported, but only SMS messages are imported.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.github.tmo1.sms_ie"
minSdkVersion 23
targetSdkVersion 31
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SMS Import / Export imports and exports SMS messages from and to JSON files. It does not require root.
SMS Import / Export imports and exports messages from and to JSON files. Currently, it imports SMS messages, and exports SMS and MMS messages. It does not require root.


SMS Import / Export is a sibling project to <a href="https://github.com/tmo1/sms-db">sms-db</a>, a Linux tool to build an SQLite database out of collections of SMS and MMS messages in various formats. sms-db can import JSON files created by SMS Import / Export, and it can export its database to JSON files that can be imported by SMS Import / Export.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Imports and exports SMS messages from and to JSON files.
Imports SMS and exports SMS and MMS messages from and to JSON files.

0 comments on commit 5a39d5b

Please sign in to comment.