-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please sign your APK #7
Comments
@IzzySoft Check now, should be fixed in the latest release. Btw it's also announced some new improvements to the app. |
Thanks! Yes, this worked out fine. Just Great also to see the size went down from ~30M to ~5M per APK, yay! And you finally increased
I don't know where to see that announcement (outside of the app itself). Maybe you should consider using releases? There you could add release notes. And it would keep your repo more compact if the APKs where attached to While on it: what do you think about Fastlane file structure? Not that it much matters to you as you cannot publish to Google Play anyway – but my updater would pick the per-release changelogs from there, and should you get your app listed in F-Droid's main repo they'd also pick summary, description and screenshots. |
Ahah, you're right, it's strange ) In fact I'm not an android developer really and I'm not used to Gradle (I'm dedicated Maven user), I've found out about versionName and versionCode couple hours ago, when I started to google why my app can't be updated with new apk. So you suggest to start versioning from v1.1.1? Or start it all over from 1.0.0?
Currently I'm trying to get proguard work again, apk size will shrink even more.
Wow, thanks for publishing this!
Yeah, It would be nice tough. I will do it that way next time.
Okay, sounds reasonable, I'll do that. Thanks for your suggestions a lot! Please let me know if you have any left ) |
I'd just suggest keeping it straight with future releases. If you wish to "cleanup" now, just rebuild the APK with v1.1.1 as versionName (keep the versionCode this time as not too many people will already have loaded it) – but when doing so please drop me a note once the file has been replaced, as I'd need to pull that one manually.
Yay, it gets even cooler 🎉
Gladly! And please let me know when you switched to Great you consider Fastlane! To help keeping things organized, I've As for "recommendations left": Sure, as soon as they come to mind 😄 Thanks a lot – it's fun to "brain storm" if ideas fall on such fertile ground 😃 |
Your latest APK is lacking a valid signature:
Could you please replace it with a signed (v1+v2) APK? Thanks!
The text was updated successfully, but these errors were encountered: