tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
355 stars 39 forks source link

Missing APK asset in v1.5.4 github release #105

Closed ishanarora closed 1 year ago

ishanarora commented 1 year ago

Thanks for working on this project! The latest github release (v1.5.4) is missing the apk asset, instead has a zipped version of the apk. This is okay for when downloading manually, but it fails automated tools such as Obtainium. It would be great if we could always include the apk asset directly as done with the prior versions. Thanks!

tmo1 commented 1 year ago

I think that was just a mistake on my part - when uploading APKs to bug reports for testing, they have to be zipped, so I think I just got mixed up and uploaded a zipped version to this release instead of the usual APK. Fixed and thank you!

ishanarora commented 1 year ago

Thank you!